Discrete time nonlinear system
Ältere Kommentare anzeigen
How can i develop this discrete-time nonlinear system in simulink?
[x]=[0.01x1 - x2; x1 - 0.003x2^2]
1 Kommentar
Fangjun Jiang
am 16 Nov. 2011
Do you mean?
dx1/dt=0.01*x1-x2;
dx2/dt=x1-0.003*x2^2;
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Modeling finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!