Feeds
질문
Simulink, how to connect the constants from the two sides
I am only the beginner and I have to do this diagram with variables and values in the .m file. <</matlabcentral/answers/uplo...
거의 8년 전 | 답변 수: 0 | 0
0
답변질문
Matrix dimesions must agree.
Why I do get error Matrix dimensions must agree? t = (0:5:60); a = (0:10:100); s = (a.*t.^2)./2; p1 = plot(a,s);
거의 8년 전 | 답변 수: 1 | 0
