Frage


Radio button option group adding space to end of string property
When I use findobj to search for a radio button in an option group based on each button's String property, I keep getting empty ...

etwa 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Axes auto-zoom based on a given line
In an application, I plot one series of data and a number of vertical lines showing where certain "events" occur along the data ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to replace variable names in a mat file
Adam's answer is the correct algorithm. Additions: Use the fieldnames command to get a cell array of field names from the ...

fast 9 Jahre vor | 1

Beantwortet
how to get the data from edit box of GUI and use in other .m file
To supplement the above answer: Add str2num if it is a value, so you get the correct datatype. myVar = str2num(get(han...

fast 9 Jahre vor | 0

Frage


GUI: Text note scrolls outside axes limits
I have a an axes object within a GUI that displays digital on/off data. I have added a text note to each rising edge showing it...

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How can I execute a double-click callback without executing the single-click callback in my MATLAB GUI?
I am disappointed that GUI's do not (apparently) support the double-click option in SelectionType. Why is there no disclaimer i...

etwa 9 Jahre vor | 0

Frage


GUI: Get previous listbox value before change
In VBA, there is an object-action called BeforeUpdate, where you can run code before a value is permanently changed. For exampl...

etwa 9 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


GUI option to return no output
I am programming a GUI that waits (uiwait) for the user to select some points on an axes object. I have one pushbutton ("Accept...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Are admin privileges required for changing Matlab settings?
Is a user required to have administrator privileges (Win 7) to change preferences and/or paths in Matlab? I know it is requir...

mehr als 10 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


Save command: List of variables to save can vary
Is it possible to have the SAVE command save only the variables listed in a string (or cell array)? I need to save different va...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort