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

답변 (1개)

Star Strider
Star Strider 2021년 8월 24일

0 개 추천

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

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

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Graphics Performance에 대해 자세히 알아보기

태그

질문:

2021년 8월 24일

댓글:

2021년 8월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by