How to change point seperated into comma seperated value with clabel notation?
3 ビュー (過去 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 で Contour Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!