multiple x axis in 3d plot

조회 수: 15 (최근 30일)
Ilias Minas
Ilias Minas 2019년 7월 24일
답변: Vinai Datta Thatiparthi 2019년 8월 1일
Hi,
Can i have 3 x axis in a 3d contour? And how?
Thank you
  댓글 수: 3
Ilias Minas
Ilias Minas 2019년 7월 24일
Καταγραφή.JPG
In this graph in the axis that is from 1.2-2.1 i want to instert extra other axis the one from 0.0117-0.0189 and the other from 0.0092-0.0149.
dpb
dpb 2019년 7월 24일
Yeah, and what to do with the other two and where's the data go that doesn't occlude the first???

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

채택된 답변

Vinai Datta Thatiparthi
Vinai Datta Thatiparthi 2019년 8월 1일
Hi Ilias!
Currently, MATLAB does not have a built-in command that can plot multiple X, Y or Z axes in a single 3D plot. MATLAB does have functions like yyaxis to work with multiple axes in the 2D domain, but none like this in the 3D domain. However, there are a few workarounds like -
  • Rescaling your data into a comparable range
  • Manipulate the axes properties using set and get functions
A detailed explanation has been laid out in the example –

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by