Hi guys
so i want to subplot a vector and matrix in the same figure using this code
subplot(2,1,1)
plot(data);
subplot(2,1,2)
contour(wt);
the plot is ike this
untitled.jpg
the variable data (vector) length is 1600 and the variable wt(matrix) length is 1000
i want the subplot to be like this (the two variable have a same length,in this case i want the length to be 1000).
Annotation 2019-06-25 225952.png
how to do that?
thank youu very much

 채택된 답변

infinity
infinity 2019년 6월 25일

0 개 추천

Hello,
You could set xlim of the first figure.
More details, you should see this
https://it.mathworks.com/help/matlab/ref/xlim.html

댓글 수: 1

Mr noobys
Mr noobys 2019년 6월 25일
Thank you very much! that's solve my problem :D

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

추가 답변 (0개)

카테고리

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

태그

질문:

2019년 6월 25일

댓글:

2019년 6월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by