What is a wrapper?
37 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I've constructed a GUI using GUIDE and I am trying to understand the initialisation code.
After doing a bit of delving I think that I have discovered that:
function varargout = mygui(varargin)
is a wrapper, but I am unclear as to what a wrapper is.
It must have something to do with inputs and outputs.
As always, any help will be gratefully received
Steve
0 comentarios
Respuestas (1)
Doug Hull
el 1 de Nov. de 2013
This is a reasonable definition:
How do you know it is a wrapper if you do not know the definition of a wrapper?
Ver también
Categorías
Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!