From help-octave-request at bevo dot che dot wisc dot edu Sun Feb 17 12:34:33 2002 Subject: Re: Writing data to a file From: "Hemang C. Ajmera" To: Louie Strigari cc: help-octave at bevo dot che dot wisc dot edu Date: Sun, 17 Feb 2002 23:59:52 +0530 (IST) you can use 'fprintf', 'fput'. if you have data saved as some variable. you can save the variable name and value using 'save' command hth Hemang Ajmera On Sun, 17 Feb 2002, Louie Strigari wrote: > Date: Sun, 17 Feb 2002 13:17:39 -0500 (EST) > From: Louie Strigari > To: help-octave at bevo dot che dot wisc dot edu > Subject: Writing data to a file > Resent-Date: Sun, 17 Feb 2002 12:17:45 -0600 > Resent-From: help-octave at bevo dot che dot wisc dot edu > > Hi, > Is there any way in octave to write data to a file, as opposed to a > terminal screen? For example, I am using lsode to solve a coupled set of > first order DE's, and I would like to know if I can write my 2 columns of > data into a file, instead of them just appearing in the terminal. > Thanks in advance. > > > > > ------------------------------------------------------------- > 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 > ------------------------------------------------------------- > ------------------------------------------------------------- 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 -------------------------------------------------------------