what is the meaning of @ in matlab code?
이전 댓글 표시
Hi all,
i just downloaded a matlab function from some website and saw something strange
if ~isa(A, 'function_handle')
AT = @(x) A'*x;
A = @(x) A*x;
end
what is the meaning of @?
댓글 수: 2
Kobi Aflalo
2019년 4월 23일
The link you sent is a general documentation Where is the explanation
Stephen23
2019년 4월 23일
채택된 답변
추가 답변 (1개)
Satish Shenkar
2021년 3월 14일
0 개 추천
how to matrix multiplication
카테고리
도움말 센터 및 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!