From help-octave-request Fri May 28 13:08:10 1993 Subject: saving to files From: bellnh at Texaco dot COM (Noel H. Bell) To: help-octave 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