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 years 前 | 0 个回答 | 0
0
个回答提问
How to create rlc rlc circut in simulink
How do I create this circut with these diferential equations?
5 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0