Question


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

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

1

réponse

Réponse apportée
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...

plus de 14 ans il y a | 0

| A accepté

Question


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

plus de 14 ans il y a | 2 réponses | 2

2

réponses

Question


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

plus de 14 ans il y a | 1 réponse | 2

1

réponse

Question


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

plus de 14 ans il y a | 1 réponse | 1

1

réponse

Question


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

plus de 14 ans il y a | 2 réponses | 0

2

réponses

Question


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

plus de 14 ans il y a | 1 réponse | 1

1

réponse