This function does the same as clabel(ch,'manual').
It was created because sometimes clabel puts not the real values but rounded !?
See the screenshot for the difference between m_clabel and clabel:
[cs,ch] = contour(peaks,5);
m_clabel(ch);
clabel(cs,'manual');
Zitieren als
M MA (2025). m_clabel (https://www.mathworks.com/matlabcentral/fileexchange/8605-m_clabel), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R12
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- MATLAB > Graphics > 2-D and 3-D Plots > Contour Plots >
Mehr zu Contour Plots finden Sie in Help Center und MATLAB Answers
Tags
Quellenangaben
Inspiriert: scattertext
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.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.0.0.0 | update screenshot |