What does '@' mean in a matlab expression?
30 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
For example [x,y] = foo1(@(x) foo2(x),z);
Thank you in advance for your help.
0 comentarios
Respuesta aceptada
Sean de Wolski
el 23 de En. de 2012
It means your are referencing a function handle or creating an anonymous function.
doc function_handle
and
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!