I set up a GUI with guide, but the input variables are not getting set.
조회 수: 1 (최근 30일)
이전 댓글 표시
Somehow the callback function that needs to set the input of the GUI to a variable is not setting it. How do I make the GUI set the variable?
댓글 수: 0
답변 (1개)
Matt Fig
2011년 6월 22일
Do you mean you want to pass parameters to set the initial of, say, an editbox or two? If so, you can access anything passed in through the
guiname_OpeningFcn
variable varargin.
If not, please explain exactly what you want to do.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!