Size of horizontal axis
2 ビュー (過去 30 日間)
表示 古いコメント
I have a plot where the y values are of order 10e^4 and the x values are of order 10^1.
When I plot these, the plot looks like this:

How can I increase the horizontal dimension?
Thanks in advance!
0 件のコメント
回答 (1 件)
Image Analyst
2022 年 2 月 18 日
Look at the axis options. You must be using "axis equal" and since the y values are 10 thousand times bigger than the x values, you get a tall and skinny graph. Check out and experiment with the other axis options.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!