Is it possible to rescale 3D plots?

조회 수: 14 (최근 30일)
Alice Stembridge
Alice Stembridge 2015년 7월 16일
댓글: Alice Stembridge 2015년 7월 16일
I am trying to produce a plot which represents a block of land that is 1000mx1000mx200m. When I plot this in 3D it creates the block seen in Figure 2 (a 10x10x10 cartesian grid). However I was wondering if there was anyway of having this plot to scale? For example, this will look more like Figure 1 (where I have physically re-sized the window).

채택된 답변

Chad Greene
Chad Greene 2015년 7월 16일
I'm not exactly sure what you want. If you don't want any dimensions to be stretched, type
axis equal
If you want to change the aspect ratio of the axis plot, you can set the OuterPosition property of the axes.
  댓글 수: 1
Alice Stembridge
Alice Stembridge 2015년 7월 16일
Hi Chad,
That is exactly what I want thanks!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by