What does '@' mean in a matlab expression?
조회 수: 30 (최근 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!