How to install Matlab so as not to use or always use regional number formatting?

My Matlab sometimes uses regional number formatting, and sometimes not. Can I ask him to do this always or not at all?

enter image description here

As you can see, it uses a comma as a decimal separator in one line of the property editor and uses the period as a separator in adjacent lines.

+4
source share
1 answer

As mentioned in the comments, this is not a function, but an error.

I tried to reproduce it in version 2012b, but could not enter non-integer numbers for x , y and z . If it were impossible to explain why it went unnoticed so far.

So, post a bug report and it will probably be fixed in one of the following published versions.

+1
source

Source: https://habr.com/ru/post/1489322/


All Articles