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

14 years ago | 1 answer | 0

1

answer

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

14 years ago | 0

| accepted

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

14 years ago | 2 answers | 2

2

answers

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

14 years ago | 1 answer | 2

1

answer

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

14 years ago | 1 answer | 1

1

answer

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

14 years ago | 2 answers | 0

2

answers

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

14 years ago | 1 answer | 1

1

answer