Pregunta


Prevent main GUI from "refreshing" when passing data to it from a subgui.
I currently have two GUIs which need to share data: a main GUI and subgui. Specifically, I need to update the handles structure ...

más de 14 años hace | 1 respuesta | 0

1

respuesta

Respondida
Preventing uiwait from opening a figure window when none exists
It looks like what I noted in response to your answer fixed it, so I suppose I'll go with that (unless it is for some reason ina...

más de 14 años hace | 0

| aceptada

Pregunta


Preventing uiwait from opening a figure window when none exists
I'm currently creating a GUI in which operations need to be halted until a user clicks a pushbutton which calls uiresume. Uiwait...

más de 14 años hace | 2 respuestas | 2

2

respuestas

Pregunta


Redefining values within cell array using cellfun
Suppose I have a cell array of matrices, and I want to define certain elements of the arrays of each cell as a value, and then r...

más de 14 años hace | 1 respuesta | 2

1

respuesta

Pregunta


Copying cells in cell arrays
I have an 11x1 cell array, and I am wanting to copy those cells to successive columns such that I am left with an 11x11 cell arr...

más de 14 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Using indices of array to define indices of cell array
If I am wanting to define certain elements in an array based on the indices of another array that meet a certain condition, I kn...

más de 14 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Using colon operator to create evenly spaced vectors for individual elements of arrays simply and without looping
Is there any way (other than using looping) to perform an element-by-element operation on two matrices such that a vector is cre...

más de 14 años hace | 1 respuesta | 1

1

respuesta