Community Profile

photo

Wa3id


Last seen: 7 mesi fa Attivo dal 2019

Followers: 0   Following: 0

Statistiche

  • First Review

Visualizza badge

Feeds

Visto da

Risposto
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.

oltre 4 anni fa | 0

| accettato

Domanda


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...

oltre 4 anni fa | 2 risposte | 0

2

risposte