How Can I plot like this?

Hello everybody,
I have a hard time finding the right approach for plotting my data like in the photo. Does anyone know a classical way to do this?
Thanks

Answers (1)

Star Strider
Star Strider on 24 Aug 2021
To plot two or more functions or data on a single axes, use the hold function. (There are other ways, however hold is likely the easiest to use, and easiest to experiment with.)
.

2 Comments

Thank you Star, but how can I plot like the pic?
should I do like this.
xlabel('FMT')
ylabel('Av')
zlabel('Cost')
My pleasure!
It is a 2D plot, so zlabel is not necessary.
However using legend would likely help.
.

Sign in to comment.

Categories

Find more on Graphics Performance in Help Center and File Exchange

Tags

Asked:

on 24 Aug 2021

Commented:

on 24 Aug 2021

Community Treasure Hunt

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

Start Hunting!