what @ does in MATLAB?
Afficher commentaires plus anciens
I have a class name VI_Lecroy.
function obj = VI_SDA6000(varargin)
obj = obj@VI_LeCroy(varargin{:});
end
What this @ does?
2 commentaires
Luca Ferro
le 19 Avr 2023
i think it is a function handle but i might be mistaken
Walter Roberson
le 19 Avr 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.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Matrix Indexing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!