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年以上 前 | 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年以上 前 | 2 件の回答 | 0
