how to draw multi dimensional graph (one x axis and six different y axis (like y1, y2, y3, y4, y5 and y6) with different range of data set for each y axis)

3 views (last 30 days)
how to draw multi-axis graph (one x-axis and six different y-axes (like y1, y2, y3, y4, y5 and y6) with different range of data set for each y-axis)

Answers (1)

Ameer Hamza
Ameer Hamza on 6 Jun 2018
You can draw several graphs on one axis using hold(). If you want to draw several axes on the same figure, then see subplot(). Also, see yyaxis() to draw two graphs on the same axis with a different range of y values.

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!