Is it possible to use a comma as decimal seperator in figures?
38 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Robert Berghaus
el 3 de Nov. de 2017
Comentada: Robert Berghaus
el 3 de Nov. de 2017
A few years ago it was not possible to change the decimal seperator from dot to comma. Has this changed? I only need the comma in figures (as axis description in plots). Do you have any idea?
2 comentarios
Rik
el 3 de Nov. de 2017
If you don't need them to be dynamic, you can change the dots to commas with get, strrep and set. Otherwise, this might be possible in HG2 (R2014b and later), but I don't know about it.
(maybe it is even possible to set your string replacer as the ResizeFcn, so it is run every time you resize the figure window.)
Robert Berghaus
el 3 de Nov. de 2017
Editada: Robert Berghaus
el 3 de Nov. de 2017
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Graphics Object Properties en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!