what @ does in MATLAB?
이전 댓글 표시
I have a class name VI_Lecroy.
function obj = VI_SDA6000(varargin)
obj = obj@VI_LeCroy(varargin{:});
end
What this @ does?
댓글 수: 2
Luca Ferro
2023년 4월 19일
i think it is a function handle but i might be mistaken
Walter Roberson
2023년 4월 19일
@ in other contexts is used for function handles, but in the context of being in the middle of a pair of words, is a superclass reference.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!