cont3d.m

Produces a visualisation of 3d matrix.
4.2K Downloads
Updated 27 Jan 2006

No License

cont3d.m- produces a visualisation of a 3d - matrix.The matrix is treated as a number of 2d planes and contours procedure is produced in each plane. Example:

load wind
winds=u.^2+v.^2+w.^2;
cont3d(winds,[1 2],[2 3],[4 6],3,0.3,'a','x');
cont3d(winds,[1 2],[2 3],[4 6],3,0.3,'a','y');
cont3d(winds,[1 2],[2 3],[4 6],3,0.3,'a','z');

Cite As

Eugene V. Makarov (2024). cont3d.m (https://www.mathworks.com/matlabcentral/fileexchange/4663-cont3d-m), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R12
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

Update for cont3d:examples and HTML help