What does '@' mean in a matlab expression?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
For example [x,y] = foo1(@(x) foo2(x),z);
Thank you in advance for your help.
0 Kommentare
Akzeptierte Antwort
Sean de Wolski
am 23 Jan. 2012
It means your are referencing a function handle or creating an anonymous function.
doc function_handle
and
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Numeric Types finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!