[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: plotting in grace
From: |
c. |
Subject: |
Re: plotting in grace |
Date: |
Thu, 4 Oct 2012 11:32:03 +0200 |
On 4 Oct 2012, at 10:31, asha g wrote:
>
>
>
> While googling, I found that octave can plot in both gnuplot and grace.
>
> For plotting in grace the data needs to be in ascii form and in columns.
> Now I can convert my binary data into ascii but it is not appearing as
> columns. When I tried something that was suggested earlier - it displays on
> the screen but does not save as a file.
>
> I would really appreciate help from someone who has experience doing this.
>
> The code I wrote is :
>
> load catwalk X y
> X= X', y = y';
> save -mat-ascii catwalkascii X y
>
> If this does save as columns, then I can open it after typing xmgrace and
> import it. But as mine does not save as columns, it is proving to be
> difficult.
>
> Your help appreciated.
>
> Thanks
>
> Asha G
>
if you need to autput your data as columns of numbers you probably should be
using "dlmwrite" rather than "save"
c.
Re: plotting in grace, Francesco Potortì, 2012/10/04