Community Profile

photo

Shubham Khatri

Last seen: 9개월 전 2020년부터 활동

통계

  • Revival Level 3
  • Knowledgeable Level 4
  • 3 Month Streak
  • First Answer

배지 보기

Content Feed

보기 기준

답변 있음
installation error during R2021a installation
Hello, You can refer to the specified MATLAB Answer for additional support. If that does not resolves the issue, please raise a...

2년 초과 전 | 0

답변 있음
Matlab crashes when I start the application
Hi, To my understanding, From the crash report, I can see that there are 2 different graphics drivers on your machine and one...

2년 초과 전 | 0

| 수락됨

답변 있음
How to model Centrifugal clutch on simulink which is used in activa
Hello, There are no direct model for centrifugal clutchm but you can try using torque converter for your application. You can t...

2년 초과 전 | 0

답변 있음
How to sketch the given solid and its condition?
Hello, Please use the following code to plot the two surfaces z = @(x,y) (x-1)^2 +y^2; % function handle to anonymous functio...

2년 초과 전 | 0

답변 있음
How can I export the entirety of an excel table to a matlab table/matrix?
Hello, It is slightly unclear what issue you are facing. I will be able to assist you better, if you can share some more detail...

2년 초과 전 | 0

답변 있음
How to plot the PV and TS diagram of an Brayton Cycle. I only have Temperature and Pressure values.
Hello, I have written a code which can help you find out the values of p1,p2,p3,p4,v1,v2,v3,v4,t1,t2,t3,t4. I have tried plotti...

2년 초과 전 | 1

| 수락됨

답변 있음
Solve the ODE and plot the graph as y=f(x). Also plot the derivative. 5. dy/dx=x*y
Hello To my understanding, we know that S is a function of x. We need not specify x in fplot, rather we can directly use S to p...

2년 초과 전 | 0

답변 있음
secant method, when I run my code I keep getting an error saying output 1 the root is being numerically incorrect. can I get help?
Hello, I was not able to reproduce the issue on my end but as Walter pointed out, you need to call the function and pass the va...

2년 초과 전 | 0

답변 있음
Publishing with TAH license
Hello, Please contact your sales representative to get detailed understanding about your license terms. If you don’t know who y...

2년 초과 전 | 0

답변 있음
How to use Hex Peg in Simulink
Hello, You dont need solidworks file for this. You can do this using simple geometries. I am attaching the piston library in th...

2년 초과 전 | 1

| 수락됨

답변 있음
How can I overlay one video on top of another, one with a reduced opacity?
Hello, To my understanding, you can do this by splitting the video frame by frame and then overlaying each frame. Then combinin...

2년 초과 전 | 1

답변 있음
Unable to retrieve the product
Hi @ESRA BETÜL KINACI, The most common causes for this problem are: Windows Firewall is blocking network access McAfee or Sy...

2년 초과 전 | 0

답변 있음
Matlab crashes during toolbox installation
Hello, Try resetting MATLAB. To do this,please go through this community answer. Also, visit this documentation link to and f...

2년 초과 전 | 0

답변 있음
About freezing when using Simulink
Hello, Although its unclear to what exactly you are trying to do. Please refer to this community answer for your support. Hope...

2년 초과 전 | 0

답변 있음
How can I plot 3 variable function with f(x,y,z) being represented by the color, using colorbar?
Hi, The error is because meshgrid function in the above code is giving 3D arrays as output and these cannot be used as inputs t...

2년 초과 전 | 0

| 수락됨

답변 있음
i want to solve this function and get the omega value,but i don't know how to use it ,please.
Hello, To my understanding, please use a different variable as an iterator to for loop. I have replaced omega with i. Also, I h...

2년 초과 전 | 1

답변 있음
How to merge two test scripts into one
Hello, To my understanding, you have two functions and you want to call them one after other. You can do it in two different wa...

2년 초과 전 | 0

답변 있음
Why the dpsolve (Matlab) makes the array exceeds 32RAM?
Hello, This issue could be due to RAM limitations. Try the following suggestions: 1. Go to MATLAB > Preferences > Workspace an...

2년 초과 전 | 0

| 수락됨

답변 있음
how do I find the users who have used a Matlab node locked license over a specific time period?
Hello, Please take a look at this community answer for your support. Hope it helps

2년 초과 전 | 0

답변 있음
How to define the properties of an orthotropic material on Matlab
Hello, To import STL and define properties, please take a look at the following code. model = createpde('thermal','steadystate...

2년 초과 전 | 0

| 수락됨

답변 있음
why Matlab Mobile remove the option to connect to my own desktop Matlab installation ?
Hello, The 'Connect to the Computer' feature has been removed from all versions MATLAB. You can instead connect to the MathWork...

2년 초과 전 | 0

답변 있음
usage node locked license
Hi, The reports that we offer to assist with License Administration are described here How can I generate a License Report? ...

2년 초과 전 | 0

답변 있음
Can I use Antenna Toolbox to model antenna near metal structure
Hello, You can use the installedAntenna object if the metal structure near the antenna is electrically large or use the conform...

거의 3년 전 | 0

답변 있음
i am designing patch antenna for 28.5ghz but it is showing following errors
Hello, The configuration you are trying to solve is electronically large and is memory intensive. You can check the memory requ...

거의 3년 전 | 0

| 수락됨

답변 있음
Difference between fitcnet and patternnet
Hello, You may use fitcnet function to build a generic classification neural network.The Patternet is a network used for specia...

거의 3년 전 | 0

답변 있음
Combining plots of 3 different variables into a single plot
Hello, I was not able to reproduce the scenario from the file provided. But to my understanding, this error occurs when the mat...

거의 3년 전 | 0

답변 있음
Simulink Issue with Mac OS
Hello, Please refer to these community answers for your support https://www.mathworks.com/matlabcentral/answers/506092-can-t-r...

거의 3년 전 | 0

답변 있음
Couldn't connect some blocks
Hello, To my understanding you are trying to multiply flow rate with some contant or predefined quantities. You are tying to ac...

거의 3년 전 | 1

답변 있음
Can not run cluster profile.
Hello, Please take a look at this community answer for your support. Also, for more information, please visit this documentati...

거의 3년 전 | 0

답변 있음
How can I group MATLAB Grader problems in Blackboard?
Hello, Please take a look at this community answer for your support on intigrating MATLAB Grader with a blackboard test. Also p...

거의 3년 전 | 0

| 수락됨

더 보기