geolish
Geotechnical
- Mar 28, 2009
- 1
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?