Feeds
已回答
Combining a function and solver to create a M-function in Simulink
For the benefit of those who may have the same question, you cannot use a MATLAB function, but you can use S-Function.
Combining a function and solver to create a M-function in Simulink
For the benefit of those who may have the same question, you cannot use a MATLAB function, but you can use S-Function.
6 years 前 | 0
| 已接受
提问
Combining a function and solver to create a M-function in Simulink
If I have the following function and solver script: The function is: function dydt = odefcn(t,y,A,B) dydt = zeros(2,1); dydt...
6 years 前 | 2 个回答 | 0
