Size of horizontal axis
1 次查看(过去 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.
3 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!