Feeds
질문
How can I correct this error "Invalid expression. When calling a function or indexing a variable, use parentheses. Otherwise, check for mismatched delimiters"?
[t,y] = ode45((equfunc().m);(0,200);(1)); How to correct this ODE using a ODEsolver(ode45), so that I can run it properly and ...
거의 3년 전 | 답변 수: 1 | 0