×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

how to plot in axes in a figure?

how to plot in axes in a figure?

how to plot in axes in a figure?

(OP)
I have 2 axes in a figure (designed in the gui) and want to plot in these axes. How can I select, in which of the 2 axes I want to plot? Or, how can I get the handle of an axes which is not the current axes at the moment?

Thanks for your help!

RE: how to plot in axes in a figure?

When you create the axis in the first place, store its handle in a variable. You can subsequently refer to that axis by that variable.

M

--
Dr Michael F Platten

RE: how to plot in axes in a figure?

(OP)
Thanks, but how can I store a handle of an axes which I designed manually in a gui in a variable? I tried this:

% --- Executes during object creation, after setting all properties.
function axes5_CreateFcn(hObject, eventdata, axes5)
% hObject    handle to axes5 (see GCBO)
% eventdata  reserved - to be defined in a future version of MATLAB
% handles    empty - handles not created until after all CreateFcns called
axes5=get(gcf,'CurrentAxes')


... but out of the funcion, I can't use the variable axes5. What am I doing wrong? Thanks!

RE: how to plot in axes in a figure?

Have you tried using the "findobj" function?

M

--
Dr Michael F Platten

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources