Community Profile

photo

Brandon McDonald


Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

Feeds

Ver por

Pregunta


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

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas