help-octave
[Top][All Lists]
Advanced

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

Re: Loading Data


From: kensmith
Subject: Re: Loading Data
Date: Mon, 11 Feb 2008 18:36:59 -0800
User-agent: KMail/1.9.1

On Saturday 09 February 2008 12:40, TweedleDee wrote:
> I'm a complete noob here, but I'm having trouble loading data into
> octave using a script.  I can do it from the command line no problem
> by doing the following:
>
> load ('torque.txt');
> x = torque;
> plot (x);

Another thought:

What does the windows version do about the stupid wrong way slash for 
directories?

is it

  load('C:\somedirectory\somefile.txt')
or
  load('C:\\somedirectory\\somefile.txt')

or
  load(D:/somedirectory/somefile.txt')

>
> but within a script it pukes when trying to assign x.  Any ideas? 
> BTW, I'm using Windows and the latest version of Octave.  Thanks,
>
> Tweed

-- 
address@hidden


reply via email to

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