Joining together slices of contour plots by moving in x,y?

3 ビュー (過去 30 日間)
metrize
metrize 2021 年 2 月 25 日
コメント済み: Walter Roberson 2021 年 3 月 2 日
So I have a for loop, which iterates over distances, at for each distance there is a contour plot being created, the only way I know to move it is by using h.ContourZLevel from this: 3d - Matlab how to change contourf plot's location on z axis - Stack Overflow
The contour plots I generate are depth across distances, so I need the contour plots to be stacked in x/y not z and view options can not fix this
However, this means I can't view my object with x,y,depth as normal, this image may clear it up:
So I need depth on z and the distances on x,y but I have no idea how to do it or how to plot the contours how I need them within the for loop
  2 件のコメント
darova
darova 2021 年 2 月 26 日
Did you try this?
contour(Y,Z,X) % get contours in X direction

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeContour Plots についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by