cont3d.m

Produces a visualisation of 3d matrix.
4,2K téléchargements
Mise à jour 27 jan. 2006

Aucune licence

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');

Citation pour cette source

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

Compatibilité avec les versions de MATLAB
Créé avec R12
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Surface and Mesh Plots dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0

Update for cont3d:examples and HTML help