What does '@' mean in a matlab expression?
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
For example [x,y] = foo1(@(x) foo2(x),z);
Thank you in advance for your help.
0 Commenti
Risposta accettata
Sean de Wolski
il 23 Gen 2012
It means your are referencing a function handle or creating an anonymous function.
doc function_handle
and
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Numeric Types in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!