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!