提问


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

8 years 前 | 2 个回答 | 0

2

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

已回答
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 ...

9 years 前 | 1

已回答
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...

9 years 前 | 0

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

已回答
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...

9 years 前 | 0

提问


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

9 years 前 | 0 个回答 | 1

0

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

11 years 前 | 2 个回答 | 1

2

个回答

提问


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

13 years 前 | 1 个回答 | 0

1

个回答