help-octave
[Top][All Lists]
Advanced

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

save results


From: Oscar Bayona Candel
Subject: save results
Date: Tue, 19 Feb 2008 21:01:19 +0100


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.
 


Tecnología, moda, motor, viajes,.suscríbete a nuestros boletines para estar siempre a la última MSN Newsletters

Attachment: Easyfile.m
Description: Text document


reply via email to

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