MATLAB: Display comma as decimal digits separator in simple 2D plots

commadecimal digits separatorMATLABplotplotting

Is it possible in a simple 2D plot display numbers with comma as decimal digits separator instead of the dot?
Maybe is there a label to add in the xtickformat command?

Best Answer

No, the only way to do that is to build a TickLabels cell array of character vectors, or string object array, containing the characters you want to be displayed.