help-octave
[Top][All Lists]
Advanced

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

Re: load problems


From: Ben Sapp
Subject: Re: load problems
Date: Wed, 02 Aug 2000 10:24:51 -0600

address@hidden wrote:
> 
> why not do this:
> 
> system(['cp -f ' Name1 ' tmp.wav']);
> load -ascii tmp.wav ;
> EXTRACT YOUR DATA HERE e.g. :
> eval(['x' Name1 '=tmp;']); clear tmp;
> system('rm tmp.wav'); % Not necessary
> 
> ?

This is a good idea.  I knew someone would think of a better solution
than I came up with.(a C++ dynamically linked file)  However, I think I
will use ln rather than cp, because the files can be somewhat large.  

Thanks.  

-- 
Ben Sapp                         Los Alamos National Laboratory
email: <mailto:address@hidden>   Phone: (505)667-3277
Fax:   (505)665-7920             URL:   http://www.neutrino.lanl.gov/
--



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

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



reply via email to

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