Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Outputs in MATLAB GUIs

Status
Not open for further replies.

geolish

Geotechnical
Joined
Mar 28, 2009
Messages
1
Location
US
I have written a GUI in MATLAB that has checkboxes and a pushbutton that creates a vector of integers when clicked (based on the checkboxes that the user clicks on). However, I can't get the vector as an output to the function, which I need since I will be calling the GUI in another function. I have even used varargin{2} = vector. What can I do?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top