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: marco atzeri
Subject: Re: SIMPLE TUTORIAL WITH CYGWIN AND OCTAVE
Date: Fri, 23 Mar 2012 09:16:28 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120312 Thunderbird/11.0

On 3/23/2012 9:08 AM, marco atzeri wrote:
forgot to put the mailing list in copy

On 3/23/2012 8:04 AM, ahowe42 wrote:
1) Why are you running under cygwin, rather than just installing under
Windows?

Andrew,
do you want to start a flame war ?
Octave under cygwin is already packaged as 3.6.1 so it
installs out of the box easily.


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

X = dlmread("your file");

this is valid for any system, so it works also under cygwin

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


drshaheen,
octave on cygwin is like octave on any unix around,
what exactly do you need for your simulation ?

Marco
(octave package maintainer for cygwin)




reply via email to

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