2D contour plots stacked with z offset in 3D

2 views (last 30 days)
Hi,
I have a set of, 2D contour plots (x,y) They are produced with the following code:
figure(); contourf(Output.x_range(:,:,1), Output.y_range(:,:,1), Output.velocity_strength)
I am looking to stack them in a manner such that they appear something similar to the example for the contourslice example (<http://uk.mathworks.com/help/matlab/ref/contourslice.html>)
I want planes to be in line but with a z offset between them. Is there an easy way to stack multiple 2D contour plots in this way?
Many thanks

Answers (0)

Categories

Find more on Author Block Masks in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!