how to shift the plotting graph?
이전 댓글 표시

if i increase the x-axis, the graph will be different.
답변 (1개)
Fabio Freschi
2021년 8월 10일
Not sure if it is what you want, but you can change the x-axis limits in this way:
set(gca,'xLim',[5 20])
to show the portion of the plot from x = 5 to x = 20
카테고리
도움말 센터 및 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!