Use of @ in matlab code
이전 댓글 표시
What is the use of @ in given equation :
sqr=@(n) n.^2;
x=sqr(9)
답변 (1개)
@ does not have any value...it is a way to reperesent anonymous functions. Read about anonymous functions in matlab.
카테고리
도움말 센터 및 File Exchange에서 Programming에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!