help-octave
[Top][All Lists]
Advanced

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

Re: Binary to ASCII conversion


From: Martin Helm
Subject: Re: Binary to ASCII conversion
Date: Wed, 03 Oct 2012 16:37:23 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120825 Thunderbird/15.0

Am 03.10.2012 16:28, schrieb asha g:
> Is there some way I can get the variables X y y1 y2 to save as column
> vectors so that I can then use it to plot in xmgrace ?
> Thanks
> AG
>
Save the transposed vectors:
X=X';
y=y';
...
save -mat -ascii cabunpanumcent2oct4N20testascii X y y1 y2 



reply via email to

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