How to change point seperated into comma seperated value with clabel notation?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Contour Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!