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 8967071
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T17:09:55+00:00 2026-06-15T17:09:55+00:00

I have a plotyy figure in MATLAB with 2 vectors in on each y

  • 0

I have a plotyy figure in MATLAB with 2 vectors in on each y axis.

plotyy(x1,[y1(:),y2(:)], x1,[y3(:),y4(:)])

I need to format each of the lines separately, but can not find the documentation about how to do this. Can someone please me show an example?

  • 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-15T17:09:56+00:00Added an answer on June 15, 2026 at 5:09 pm

    Does the following example code help?

    %# Generate some data
    N = 20;
    X = (1:N)';
    Y1 = randn(N, 1);
    Y2 = randn(N, 1);
    Y3 = randn(N, 1) - 50;
    Y4 = randn(N, 1) - 50;
    
    %# Perform the plotyy, returning an axes handle, and a handle for both figures
    [Axes, fig1, fig2] = plotyy(X, [Y1 Y2], X, [Y3 Y4]);
    
    %# Change the format of Y1 and Y2 (separately)
    set(fig1(1), 'LineStyle', ':');
    set(fig1(2), 'LineStyle', '--');
    
    %# Change the format of Y3
    set(fig2(1), 'LineStyle', '-.');
    

    In the above code, the figure handle fig1 corresponds to the first y-plot, ie Y1 and Y2, and I can access the individual lines by indexing fig1 with 1 and 2.

    Similarly, the figure handle fig2 corresponds to the second y-plot, ie Y3 and Y4, and I access Y3 by indexing this handle with 1. I could also access Y4 with fig2(2), if I so desired.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Have a network location that shows paths in the 8.3 short format. I need
Have searched the database but need to specifically sum(of hours flown or days off)in
I have plotted two curves using plotyy function of MATLAB: [AX,H1,H2] = plotyy(voltage_span, amplitude,voltage_span,
Have such a problem, hope you'll help me.. Can't find anywhere. Here is the
Have been reading up and checking other questions, but don't understand / can't seem
This should be quite simple, although I was not able to find a solution
Have a look at the following code to find X^y. /* Find exponent in
Have one Doubt In MVC Architecture we can able to pass data from Controller
Have searched for the answer but no joy, so here goes... I'm working on
I have Highstock chart with flags. Everything is fine but I wanted to change

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.