help-octave
[Top][All Lists]
Advanced

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

Re: save results


From: Ben Abbott
Subject: Re: save results
Date: Tue, 19 Feb 2008 20:32:38 -0500


On Feb 19, 2008, at 3:01 PM, Oscar Bayona Candel wrote:


Hi all,
 
I´m trying to save the result of an operation like this:
 
(The name of the file is Easyfile.m)
 
function Easyfile
 
C=[2 2;2 2];

D=[(C+C) C C*8]
D2=[C D]
 
My intentio is to save only in a file txt o another extension only D or only D2 or both.
 
First, each output in a different file 
Second in a unique file with D and D2 separated.
 
How can I do it?
 
I try to do it with these commands but I can´t:
 
D=save('D.txt') 
D2=save('D2.txt') 

Thanks in advance and Best Regards to you all.

take a look at 

help save

Ben


reply via email to

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