stack plot in matlab
39 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I intend to creat stack plots. For instance, I have x, y plot corresponds to different Z positions, how to reprsent all in the same plot.. ??
1 件のコメント
Atsushi Ueno
2021 年 5 月 20 日
like above?
stack plots sounds like something different from 3D plot.
What is your intention? Would you please find your purpose from the gallery above?
回答 (1 件)
Daksh
2023 年 2 月 2 日
I understand that you intend to create stacked plots in MATLAB, for variations of different variables against a common axis, as explained in your query.
Kindly explore stackedplot() method in MATLAB which creates stacked plots of several variables with common visual axis for reference:
For 3D plots specifically, check out the following resources:
- waterfall plots
- Ridgeline visualizations
- Simple 3D plot using plot3()
- Another waterfall plot on the file exchange
Hope this helps!
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!