How to exit a GUI program?
If I exit a GUI code when it is running,it will still be running in the background or maybe some errors will occur. I want to kn...
11年以上 前 | 2 件の回答 | 2
2
回答
質問
How to get the tag name?
I want to use the following code to find the tag name of the axes1
axes(handles.axes1);
Tag = get(gca,'Tag');
but it re...
How to get the object handle?
'axes_of_data' is the child object of 'figure' and figure is the current figure.
Then can I use the following code to get the...
Imbed an excel in GUI
I want to know how to imbed an excel in GUI.There's a same question in website:
http://www.mathworks.cn/support/solutions/en/da...