[Scilab-users] read_csv returning "Undefined variable"

Brad Goodman brad at bradgoodman.com
Mon Oct 1 14:45:44 CEST 2012


Yes, absolutely.
_____
On Mon, Oct 1, 2012 at 4:05 AM, Adrien Vogt-Schilb <vogt at centre-cired.fr> wrote:
>
> Hi
>
> Are you sure that you are using Scilab 5.3.3 ?
>
> On 28/09/2012 15:30, bkgoodamn wrote:
>
> I am very new to Scilab, using version 5.3.3 (Windows) and trying to import csv data. Everything I try always returns:
>
> Undefined variable: read_csv
>
> I have tried things such as:
>
> B = read_csv(TMPDIR + '/foo.csv');
> M = read_csv('test.foo');
> M = read_csv('y:\bkg\test.csv');
> M=read_csv(test.foo');
> M=read_csv("test.foo",",");
> M=read_csv("test.foo",",")
> read_csv
>
> Absolutely everything returns the same error. Any ideas what I'm doing wrong??
>
> -Brad
>
> ________________________________
> View this message in context: read_csv returning "Undefined variable"
> Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.
>



More information about the users mailing list