What is a wrapper?
조회 수: 49(최근 30일)
표시 이전 댓글
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
답변(1개)
Doug Hull
2013년 11월 1일
This is a reasonable definition:
How do you know it is a wrapper if you do not know the definition of a wrapper?
참고 항목
범주
Find more on Migrate GUIDE Apps 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!