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');
Cite As
M MA (2026). m_clabel (https://in.mathworks.com/matlabcentral/fileexchange/8605-m_clabel), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R12
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Graphics > 2-D and 3-D Plots > Contour Plots >
Find more on Contour Plots in Help Center and MATLAB Answers
Tags
Acknowledgements
Inspired: scattertext
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 | update screenshot |
