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!