What does '@' mean in a matlab expression?
5 ビュー (過去 30 日間)
古いコメントを表示
For example [x,y] = foo1(@(x) foo2(x),z);
Thank you in advance for your help.
0 件のコメント
採用された回答
Sean de Wolski
2012 年 1 月 23 日
It means your are referencing a function handle or creating an anonymous function.
doc function_handle
and
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!