what @ does in MATLAB?
Show older comments
I have a class name VI_Lecroy.
function obj = VI_SDA6000(varargin)
obj = obj@VI_LeCroy(varargin{:});
end
What this @ does?
2 Comments
Luca Ferro
on 19 Apr 2023
i think it is a function handle but i might be mistaken
Walter Roberson
on 19 Apr 2023
@ 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.
Accepted Answer
More Answers (0)
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!