Feeds
질문
I have a function statement that works in Octave but fails in Matlab
my code in Octave is for j= 1:12 I(j)= Io +j*DI; j x [x ,fval] = fsolve(@(x) f(x,I(j)), x0, options);...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
Error: File: CurrentagainstT.m Line: 20 Column: 1 Function definition not supported in this context. Create functions in code file.
I have this code for j= 1:12 I(j)= Io +j*DI; j x [x ,fval] = fsolve(@(x) f(x,I(j)), x0, options); y...
대략 6년 전 | 답변 수: 1 | 0