What does '@' mean in a matlab expression?
28 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
For example [x,y] = foo1(@(x) foo2(x),z);
Thank you in advance for your help.
0 commentaires
Réponse acceptée
Sean de Wolski
le 23 Jan 2012
It means your are referencing a function handle or creating an anonymous function.
doc function_handle
and
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!