Feeds
질문
errors when using linmod
when trying to use linmod I get these 3 errors [A,B,C,D] = linmod("L3z3"); Error using vertcat Dimensions of arrays being c...
대략 5년 전 | 답변 수: 0 | 0
0
답변질문
How to create rlc rlc circut in simulink
How do I create this circut with these diferential equations?
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
mesh problems, z must be matrix
>> z= (sin(x))/((cos(y)+1.1).*exp(0.05.*((x.^2)+y.^2))) z = -0.0273 >> mesh(X,Y,z) Error using mesh (line 71) Z mu...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
Array indices must be positive integers or logical values.
Why do I get this error? >> x=linspace(0,10,1000)'; >> y1(x)=cos(x).^2.*exp(-0.4.*x) Array indices must be positive integer...
5년 초과 전 | 답변 수: 1 | 0