Questions regarding the plot

I have a situation where X1 and X2 are two coordinates for the first box to plot. And after that all the other box to be plot .

답변 (1개)

KSSV
KSSV 2022년 9월 6일
이동: Cris LaPierre 2022년 9월 6일

0 개 추천

Any pictorial example? Or any data to show us?
You can do that with:
figure
hold on
plot(X1,X2)
plot(X3,X4) % other data

댓글 수: 1

PA
PA 2022년 9월 7일
can anyone help me in this plot this is the code and when i adapt the plot in the k for loop i get only for all the chambers but in legend there is an error

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

카테고리

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

태그

질문:

PA
2022년 9월 6일

댓글:

PA
2022년 9월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by