help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: file where sep decimals is comma


From: Leo Butler
Subject: Re: file where sep decimals is comma
Date: Mon, 26 Sep 2011 13:03:07 -0400
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux)

Sebastian Kruk <address@hidden> writes:

> I'm using Windoze. I would like to change local envieroment to Uruguay
> where decimal point is comma.

You should have said/we should have guessed this is a locale issue.

What does

system("locale")

report?

Does

setenv("LC_NUMERIC","YOUR_LOCALE");
data=dlmread("file.dat",";");

do the trick?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]