graph alignment problem with Plot and Stem
이전 댓글 표시
hi, i've problem to alignment plot graph with stem graph
all Data have the same size
plot(Ax_Draw,XDates,TDR1)
ST=stem(Ax_Sys,XDates,TCC2)
size(XDates)
ans =
1333 1
ans =
size(TDR1)
1333 1
ans =
size(TCC2)
1333 1
댓글 수: 3
Dyuman Joshi
2023년 10월 5일
Can you share the code you are working with?
shamal
2023년 10월 5일
shamal
2023년 10월 5일
답변 (1개)
Guillaume
2023년 10월 5일
Hello,
Maybe a matter of XLIM on your two different axes ? You can try something like
xlim(Ax_Sys, get(Ax_Draw, 'xlim'))
카테고리
도움말 센터 및 File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
