I have 2 plot with deffrent length.. How I can combine to to gather?

 채택된 답변

dpb
dpb 2021년 4월 5일

0 개 추천

plot(x1,y1)
hold on
plot(x2,y2)
or
plot(x1,y1,x2,y2)

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

질문:

2021년 4월 5일

댓글:

2021년 4월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by