What kind of structure is that in MATLAB I've never seen it before... (Differential equations)
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Douglas Alves
am 9 Mai 2014
Kommentiert: Douglas Alves
am 10 Mai 2014
f = @(t,x) [-x(1)+3*x(3);-x(2)+2*x(3);x(1)^2-2*x(3)];
what does "@(t,x)" represent and there's some room between the expression and this thing I put in quotes..
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!