what @ does in MATLAB?
Ältere Kommentare anzeigen
I have a class name VI_Lecroy.
function obj = VI_SDA6000(varargin)
obj = obj@VI_LeCroy(varargin{:});
end
What this @ does?
2 Kommentare
Luca Ferro
am 19 Apr. 2023
i think it is a function handle but i might be mistaken
Walter Roberson
am 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.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Matrix Indexing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!