Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8251103
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T00:07:52+00:00 2026-06-08T00:07:52+00:00

I have a Matlab GUI with 3 axes components. Their tags are predicted_ax ,

  • 0

I have a Matlab GUI with 3 axes components. Their tags are predicted_ax, cost_ax and error_ax. I want to draw vertical line on particular position on the first axes component (the one with tag predicted_ax). How do I do that?

I tried this code:

ylim = get(handles.predicted_ax, 'ylim');
line([linePos, linePos], ylim);

But it draws the line on different axes (the ones with tag error_ax)! I’m sure I did not confuse tags or axes components. In the fact another test

ylim = get(handles.cost_ax, 'ylim');
line([linePos, linePos], ylim);

gives exactly the same result: the line is drawn on the last axes component with tag error_ax. So how do I draw the line on the right axes?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T00:07:53+00:00Added an answer on June 8, 2026 at 12:07 am

    You need to set the ‘parent’ property of the line, as by default it will always be the current axis:

    h = line([linePos, linePos], ylim);
    set(h, 'parent', handles.predicted_ax);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some Matlab code and a GUI for it and I want to
I am building a matlab GUI interface for data analysis. I have an axes
I have some Matlab code and a GUI for it and I want to
With Guide I made a Matlab Gui that have 10 Axes in which i
I have a matlab GUI....I'd like to load ANY file type(doc,txt,dat,xls) into matlab as
I have an assignment to create a GUI using MATLAB GUIDE and am having
I have an object-oriented MATLAB app that needs a GUI, and I'd like to
I wrote a small MATLAB program with a gui. Inside the gui I have,
I have written a Matlab GUI for my C program. I thought about using
I wrote a MATLAB script with gui which I also want to let my-coworkers

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.