Community Profile

photo

Brandon McDonald


Active since 2019

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How can I take multiple selections from four listboxes and initialize the selections to varargout to be an output of the function? The error my code throws is at the bottom of my code.
function varargout = ConfigurationsAndSimulationDetails(varargin) % CONFIGURATIONSANDSIMULATIONDETAILS MATLAB code for Configur...

5 years ago | 1 answer | 0

1

answer

Question


Is it possible to output an array of four listbox selections (muliselect enabled) from a GUIDE made function? Here is my code. The error I am getting is commented at the very bottom of my code.
function varargout = ConfigurationsAndSimulationDetails(varargin) % CONFIGURATIONSANDSIMULATIONDETAILS MATLAB code for Configur...

5 years ago | 0 answers | 0

0

answers

Question


How do I initialize check box values by clicking another button 'done' in a gui. Below is my code so far:
function [r1,r2,r3,r4,r5] = selectProcesses bg = uibuttongroup('Visible','off',... 'Position',[0 0 1 1],... ...

5 years ago | 0 answers | 0

0

answers