help-octave
[Top][All Lists]
Advanced

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

Re: SIMPLE TUTORIAL WITH CYGWIN AND OCTAVE


From: ahowe42
Subject: Re: SIMPLE TUTORIAL WITH CYGWIN AND OCTAVE
Date: Fri, 23 Mar 2012 00:04:51 -0700 (PDT)

1) Why are you running under cygwin, rather than just installing under
Windows?

2) save your xl file as comma or tab delimited, then use the dlmread
function:

X = dlmread("your file");

will read the data into the matrix X.  Note that you must (at least it's
much simpler) remove anything that's not numeric before importing.

Andrew

--
View this message in context: 
http://octave.1599824.n4.nabble.com/SIMPLE-TUTORIAL-WITH-CYGWIN-AND-OCTAVE-tp4497355p4498018.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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