help-octave
[Top][All Lists]
Advanced

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

loading data files!!


From: Viswanath P
Subject: loading data files!!
Date: Mon, 5 Nov 2001 08:09:44 -0800 (PST)

Hi all,

     I have data file to plot.
 I have used the
following script to plot.

extn=".dat";
filename=input("Enter the file name to plot : ", "s");
fn=strcat(filename,extn);
load fn;

but, load foo.dat;
this works.....

this did not load the file.

Kindly tell me what the function load expects such
that I can pass my file as an argument to it for plot.

thanks
Viswanath P.

__________________________________________________
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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