Filter löschen
Filter löschen

What's the mean of "axes(handles.axes1) " in GUI plot ?

12 Ansichten (letzte 30 Tage)
Nguyen Trong Nhan
Nguyen Trong Nhan am 23 Dez. 2013
Kommentiert: Image Analyst am 23 Dez. 2013
When plotting in GUI, I see someones have the line: axes(handles.axes1); What does that line mean ? Could I skip that line ? thanks very much.

Akzeptierte Antwort

Image Analyst
Image Analyst am 23 Dez. 2013
It means that the current axes should be set to axes1. Anything you do like title(), xlabel(), ylabel(), plot(), bar(), legend() or whatever, will now be applied to axes1 (unless you explicitly pass a different axes into the function which would override the default current axes).
  4 Kommentare
Nguyen Trong Nhan
Nguyen Trong Nhan am 23 Dez. 2013
Bearbeitet: Image Analyst am 23 Dez. 2013
I create a poup menu have 3 thing: qua trinh dang ap, qua trinh dang tich, qua trinh dang nhiet. Its tag is cycle. if I write: get(handles.cycle,'string'); It don't understand and can't get the string from popup menu. I see on the internet, they write:
contents = get(handles.cycle,'String');
cyclevalue = contents{get(handles.quatrinh,'Value')};
Why I have to do that to get string from popup menu ? thanks
Image Analyst
Image Analyst am 23 Dez. 2013
That should work. What is the value of contents? Is it null? Or do you get an error? If so, what is the error?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Line Plots finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by