Community Profile

photo

Brandon McDonald


Actif depuis 2019

Statistiques

Content Feed

Afficher par

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

environ 5 ans il y a | 1 réponse | 0

1

réponse

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

environ 5 ans il y a | 1 réponse | 0

0

réponse

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

environ 5 ans il y a | 1 réponse | 0

0

réponse