C2xyz contour matrix to coordinates
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.
Zitieren als
Chad Greene (2025). C2xyz contour matrix to coordinates (https://www.mathworks.com/matlabcentral/fileexchange/43162-c2xyz-contour-matrix-to-coordinates), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- MATLAB > Graphics > 2-D and 3-D Plots > Contour Plots >
Tags
Quellenangaben
Inspiriert: rebuild-MATLAB-contour, percentlabel
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
C2xyz_v2
C2xyz_v2
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
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 |