what @ does in MATLAB?
Mostrar comentarios más antiguos
I have a class name VI_Lecroy.
function obj = VI_SDA6000(varargin)
obj = obj@VI_LeCroy(varargin{:});
end
What this @ does?
2 comentarios
Luca Ferro
el 19 de Abr. de 2023
i think it is a function handle but i might be mistaken
Walter Roberson
el 19 de Abr. de 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.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Matrix Indexing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!