Frage


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

mehr als 11 Jahre vor | 2 Antworten | 2

2

Antworten

Frage


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

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to save the axes with xtick, ytick, legend and title in GUI?
How to save the axes with xtick, ytick, legend and title in GUI?

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Is there a function to look for the children and their property of an existing figure?
Is there a function to look for the children and their property of an existing figure?

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to embed a waitbar in a specified figure?
How to embed a waitbar in a specified figure?

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


About copy or cut sth from 'Edit Text' in GUI
I want to copy or cut something I've chosen from a uicontrol('Style','edit') in GUI using a uicontextmenu. How can I realize tha...

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to delete specified curved in a figure using a handle?
How to delete specified curved in a figure using a handle? t = 0:0.1:2*pi; y = sin(t); plot(t,y) Then how to delet...

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


what is the proper ActiveX to embed Excel in GUI
This ActiveX is used to embed Excel in GUI. If my excel version is Excel2003,I can use ActiveX 'OWC11.Spreadsheet.11'.For exa...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort