multiple x axis in 3d plot
8 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
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
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Line Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!