What does '@' mean in a matlab expression?

30 visualizaciones (últimos 30 días)
dimitris
dimitris el 23 de En. de 2012
For example [x,y] = foo1(@(x) foo2(x),z);
Thank you in advance for your help.

Respuesta aceptada

Sean de Wolski
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

Más respuestas (0)

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by