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...