How to change point seperated into comma seperated value with clabel notation?

1 次查看(过去 30 天)
Hi,
for a publication i want to change the point seperated values into comma seperated values.
I made a figure using contourf (x,y,z). It works fine. Last step would be to change the value notation.
[C,h]=contourf(Xm, Ym, Zm);
clabel(C,h, 'LabelSpacing',4000,'Color', 'black','FontSize', 12, 'FontName', 'Arial');
Is there any solution for solving the problem? Or is there a recommendation for using another code?
Thanks in advance. Felix

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Lighting, Transparency, and Shading 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by