Feeds
질문
How to check "Undefined function or variable..." error with a variable in Matlab program?
I have code as follows: for i=1:3 M=Mtmp(i)+(Mtmp(i+1)-Mtmp(i))*(t-t(i))/(t(i+1)-t(i)); end And, |Mtmp(i) and t(i...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
Find intersectional points of two discrete functions?
I have two line graphs (Y=Y(X) and Z=Z(X)) with n discrete points of three arrays: X=[X1 X2 ... Xn], Y=[Y1 Y2 ... Yn] and Z...
12년 초과 전 | 답변 수: 1 | 0