what 's different between axis square and axis equal in matlab ?
조회 수: 545 (최근 30일)
이전 댓글 표시
when I plot or surf, what's different between axis square and axis equal ?
댓글 수: 0
채택된 답변
Mahdi
2014년 5월 27일
axis equal sets the aspect ratio so that the data units are the same in every direction. The aspect ratio of the x-, y-, and z-axis is adjusted automatically according to the range of data units in the x, y, and z directions.
axis square makes the current axes region square (or cubed when three-dimensional). This option adjusts the x-axis, y-axis, and z-axis so that they have equal lengths and adjusts the increments between data units accordingly.
댓글 수: 0
추가 답변 (1개)
Narin Deveci
2020년 10월 30일
Do you know the formula to set your axes to be square?
댓글 수: 4
Muhammad Safdar
2020년 11월 23일
Hi, I have a 3D plot, I set axis([-100 100 -80 120 -50 150]) followed by axis equal. That means I have equal range of data in all directions and figure should look like a cube but hight looks larger than bottom witdhs on my screen? why?
참고 항목
카테고리
Help Center 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!