What does '@' mean in a matlab expression?

5 ビュー (過去 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 Center および File ExchangeGet Started with MATLAB についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by