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년 초과 전 | 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0