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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Lighting, Transparency, and Shading 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!