Joining together slices of contour plots by moving in x,y?
3 ビュー (過去 30 日間)
古いコメントを表示
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
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Contour Plots についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!