C2xyz contour matrix to coordinates

Version 1.2.1 (237 ko) par Chad Greene
Convert values given by a contour matrix to easy-to-use cells.
3,7K téléchargements
Mise à jour 20 mai 2019

Afficher la licence

These functions simply reshape the contour matrix C into something a little more user friendly.
[x,y,z] = C2xyz(C) returns the x and y coordinates of contours in a contour matrix and their corresponding z values. C is the contour matrix given by the contour function.

Citation pour cette source

Chad Greene (2024). C2xyz contour matrix to coordinates (https://www.mathworks.com/matlabcentral/fileexchange/43162-c2xyz-contour-matrix-to-coordinates), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2012b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Contour Plots dans Help Center et MATLAB Answers
Remerciements

A inspiré : rebuild-MATLAB-contour, percentlabel

Community Treasure Hunt

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

Start Hunting!

C2xyz_v2

Version Publié le Notes de version
1.2.1

Added live scripts

1.2.0.0

Removed C2xy, added example file.

1.1.0.0

Updated description text.

1.0.0.0