Ryan DiTullio
Followers: 0 Following: 0
Feeds
已回答
Demux and State Space Dimension errors
Oh! I didn't realize we could create a matrix for the values of A,B,C, and D in the parameters. That makes so much more sense! ...
Demux and State Space Dimension errors
Oh! I didn't realize we could create a matrix for the values of A,B,C, and D in the parameters. That makes so much more sense! ...
3 years 前 | 0
提问
Demux and State Space Dimension errors
Hi, I am trying to run this sim, and I keep getting these errors "Invalid setting for input port dimensions of 'Feedback_Contro...
3 years 前 | 2 个回答 | 0
2
个回答提问
Index exceeds the number of array elements (0).
Hey everyone. I need help with my code. The code worked fine when I only had 3 joints, but I needed to add a 4th joint and whe...
4 years 前 | 2 个回答 | 0
2
个回答提问
Matrix dimensions must agree error
I am trying to graph P as a function of the 4 variables listed, but before I can even get to the graph I keep getting the error ...
5 years 前 | 2 个回答 | 0
2
个回答提问
I can't figure out why I am getting the error message Matrix dimensions must agree.
clc; k=48000; m=1200; c=[3000:1000:10000]; w=sqrt(k/m); E=c/(2*sqrt(m*k)); a=sqrt(1-E.^2)*w; b=E/(sqrt(1-...
6 years 前 | 1 个回答 | 0