What kind of structure is that in MATLAB I've never seen it before... (Differential equations)

1 次查看(过去 30 天)
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..

采纳的回答

Roberto
Roberto 2014-5-9
It creates a function handle, also called anonymous functions learn more here

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by