m_clabel

Version 1.0.0.0 (2.42 KB) by M MA
Modified version of clabel.
1.9K Downloads
Updated 4 Oct 2005

View License

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 (2024). m_clabel (https://www.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 Linux
Categories
Find more on Contour Plots in Help Center and MATLAB Answers
Acknowledgements

Inspired: scattertext

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

update screenshot