how to shift the plotting graph?
7 ビュー (過去 30 日間)
古いコメントを表示

if i increase the x-axis, the graph will be different.
0 件のコメント
回答 (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
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!