View a surface plot from the top

조회 수: 241 (최근 30일)
Lisa Justin
Lisa Justin 2012년 6월 21일
답변: Daniele Nigosanti 2020년 6월 21일
I want to view a surface plot from the top and i used view(0,90) but still can see the plot except i rotate it. please i would like the yaxis to be vertical and the xaxis horizontal without having to rotate it. the colorbar indicates the zaxis. any ideas

채택된 답변

Lisa Justin
Lisa Justin 2012년 8월 1일
starting with a value lower than zero for the y-axis fixed it.
axis([0 1000 -0.001 110 0 110])
view(0,90)
With this i didn't need to rotate the plot each time.

추가 답변 (3개)

Walter Roberson
Walter Roberson 2012년 7월 17일
pcolor() is surf() viewed from the top.

Sean de Wolski
Sean de Wolski 2012년 7월 17일

Daniele Nigosanti
Daniele Nigosanti 2020년 6월 21일
how do you surf a three-dimensional sub matrix?

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by