SYED IMTIAZ ALI SHAH
Followers: 0 Following: 0
Feeds
提问
How to achieve real-time graphics in MATLAB?
I created a ball using MATLAB graphics functions. This ball is supposed to follow equations of motion and fall from certain heig...
5 years 前 | 3 个回答 | 0
3
个回答已回答
formula for nonlinear regression model
Is this what you want? x = MaxFDiam .* MinFDiam + Area ./ MaxFDiam + Area ./ MinFDiam + MaxFDiam ./ MinFDiam; % your formula L...
formula for nonlinear regression model
Is this what you want? x = MaxFDiam .* MinFDiam + Area ./ MaxFDiam + Area ./ MinFDiam + MaxFDiam ./ MinFDiam; % your formula L...
5 years 前 | 0
| 已接受
已回答
how to display an array with its position
x(1) % it gives you the entry at location 1 x(2) % it gives you the entry at location 2 c = find(x == 2) % gives you the posit...
how to display an array with its position
x(1) % it gives you the entry at location 1 x(2) % it gives you the entry at location 2 c = find(x == 2) % gives you the posit...
5 years 前 | 0
已回答
Hey there, I am trying to write a code for 2D-Mohr's circle and i need to generate a circle for x value of Sx, radius(r) of T.
syms Th; km = (2*T)/(Sx-Sy); eq1 = tan(2*Th) == km; solvth = solve(eq1); solvth = double(solvth) Hope this will work
Hey there, I am trying to write a code for 2D-Mohr's circle and i need to generate a circle for x value of Sx, radius(r) of T.
syms Th; km = (2*T)/(Sx-Sy); eq1 = tan(2*Th) == km; solvth = solve(eq1); solvth = double(solvth) Hope this will work
5 years 前 | 2
| 已接受
已回答
How do I integrate a circuit with the multibody toolbox in Simscape?
PS-Simulink and Simulink-PS, you can also see Simscape Multibody Multiphysics library for interfaces as well.
How do I integrate a circuit with the multibody toolbox in Simscape?
PS-Simulink and Simulink-PS, you can also see Simscape Multibody Multiphysics library for interfaces as well.
5 years 前 | 0
已回答
How to simulate a simple spring using Simscape
You don't have any damper in your system, I tried this mathematically and gives me the same result (Oscillation). You must add d...
How to simulate a simple spring using Simscape
You don't have any damper in your system, I tried this mathematically and gives me the same result (Oscillation). You must add d...
5 years 前 | 0
已回答
How to model a DC motor hoist with Simscape Multibody?
Hi, you can use 'Belt-Cable Spool' in Simscape Multibody. The belt cable spool rotates about an axis, you can then attach a DC M...
How to model a DC motor hoist with Simscape Multibody?
Hi, you can use 'Belt-Cable Spool' in Simscape Multibody. The belt cable spool rotates about an axis, you can then attach a DC M...
5 years 前 | 0
已回答
how to plot ellipsoid?
Your question need more elaboration, however this might help https://www.mathworks.com/matlabcentral/answers/86921-plot-an-elli...
how to plot ellipsoid?
Your question need more elaboration, however this might help https://www.mathworks.com/matlabcentral/answers/86921-plot-an-elli...
5 years 前 | 1
已回答
solving two symbolic equations simultaneously
Hi, this may help. Write one extra line after your code sol.x sol.y
solving two symbolic equations simultaneously
Hi, this may help. Write one extra line after your code sol.x sol.y
5 years 前 | 3
提问
How to attach a DC motor to joint in Simscape?
I want to add a DC Motor to a joint or a link in Simscape. I use the built in DC Motor but I can not connect it to any point. Ac...
5 years 前 | 1 个回答 | 0
1
个回答已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
5 years 前
提问
How can I set a reference value in PID in Matlab code/script?
For example I have the following code which also include Transfer function. When I run this program, I want this program to tune...
5 years 前 | 1 个回答 | 0