From help-request at octave dot org Wed Jan 11 13:02:09 2006 Subject: Re: large input data From: Shai Ayal To: Hayden Rampadarath Cc: help at octave dot org Date: Wed, 11 Jan 2006 20:51:36 +0200 look at the help for the following functions: load textread dlmread csvread csv2cell all of them can load data from text files. csvread & csv2cell can read from CSV files which can be exported from most spreadsheets for your second question, search this help list with for occurrences of "print" Shai Hayden Rampadarath wrote: > Hi, > > i am using GNU Octave version 2.1.71, in Cygwin for my research project, > and have a lot of input data. i would like to know an easier method than > typing them in. Can i do some thing for it to read it from say notepad, > or something?? > > Also, how do i make and save plots using this version?? > > > Thanks > Hayden > > ------------------------------------------------------------------------ > To help you stay safe and secure online, we've developed the all new > *Yahoo! Security Centre* > . > ------------------------------------------------------------- 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 -------------------------------------------------------------