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!