Is there a way to changing the decimal mark from , (comma) to a . (full-stop)

Typically: "How do I... ", "How can I... " questions
Post Reply
mohtashem
Posts: 15
Joined: 17 Apr 2017, 20:03

Is there a way to changing the decimal mark from , (comma) to a . (full-stop)

Post by mohtashem »

Hi,
Forgive my ignorance, but where can one change the decimal mark from , (comma as in 0,004) to a . (full-stop as in 0.004) in V-Rep? I am writing the data to a .txt file to plot in matlab and matlab interprets two columns as four columns because of the comma representation of the decimal mark.

0,0049999998882413 -419,39999389648
0,0099999997764826 -10,171963691711
0,014999999664724 -16,915231704712
0,019999999552965 -13,441680908203
0,025000000372529 -10,558385848999
0,029999999329448 -9,4327640533447

Cheers

mohtashem
Posts: 15
Joined: 17 Apr 2017, 20:03

Re: Is there a way to changing the decimal mark from , (comma) to a . (full-stop)

Post by mohtashem »

Nevermind, I figured it out. I can do it in matlab using the delimiter options in the Data Import feature.

Cheers

Post Reply