Questions regarding the plot
조회 수: 3 (최근 30일)
이전 댓글 표시
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 .
댓글 수: 0
답변 (1개)
KSSV
2022년 9월 6일
이동: Cris LaPierre
2022년 9월 6일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Graphics Performance에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!