save results
Ben Abbott
bpabbott at mac.com
Tue Feb 19 19:32:38 CST 2008
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.cae.wisc.edu/pipermail/help-octave/attachments/20080219/e30770f6/attachment-0001.html
More information about the Help-octave
mailing list