How to scale a graph

395 ビュー (過去 30 日間)
Jose Grimaldo
Jose Grimaldo 2020 年 3 月 6 日
回答済み: Srivardhan Gadila 2020 年 3 月 13 日
My graph is the at the bottom one (second graph), but it supposed to look like the one above it (first graph). The values (x,y) are the same. Is there a way to scale it like the first graph?
My code
figure(1)
plot(Idx,Deflection,'-b','linewidth',1);
  1 件のコメント
Walter Roberson
Walter Roberson 2020 年 3 月 6 日

サインインしてコメントする。

回答 (2 件)

Andy
Andy 2020 年 3 月 9 日
Use this immediately after the plot command to specify how you want the axis to plot.
ylim([-19 0])

Srivardhan Gadila
Srivardhan Gadila 2020 年 3 月 13 日
Refer to Specify Axis Limits and specify the limits for X and Y axis.

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by