It is anyway to set decimal separator in Octave different from OS default locale for decimals.
For example: normally I used point(.) for decimal separator like US locale, but sometimes I need to plot data that need to be presented with comma(,) as decimal separator like Europe locale.
How can it be done in Octave enviroment?