help-octave
[Top][All Lists]
Advanced

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

saving to files


From: Noel H. Bell
Subject: saving to files
Date: Fri, 28 May 93 13:10:27 CDT

Hi john -

Question -  Is it possible to append to a file for saving?  Or is the main
method of saving what could be easily described as a matrix simply saving
a matrix?

Like if you have    do something for x times
                        y = something
                         save file y
                    enddo

is there a way to have y appended to "file" or does one need to build Y
where Y(i) = y on the ith iteration, etc. and then save Y?

I'm not suggesting any changes to allow the appending, just asking a question
for Jean (and myself also).

Later.

Noel


reply via email to

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