What does '@' mean in a matlab expression?

조회 수: 30 (최근 30일)
dimitris
dimitris 2012년 1월 23일
For example [x,y] = foo1(@(x) foo2(x),z);
Thank you in advance for your help.

채택된 답변

Sean de Wolski
Sean de Wolski 2012년 1월 23일
It means your are referencing a function handle or creating an anonymous function.
doc function_handle
and

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by