[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: plotting in grace
From: |
Francesco Potortì |
Subject: |
Re: plotting in grace |
Date: |
Thu, 04 Oct 2012 14:13:12 +0200 |
"asha g":
>> 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
The correct option is "-ascii", not "-mat-ascii".
That said, apparently you have uncovered a bug: the "-mat-ascii" option,
which does not exist, should raise an error, which it does not. Going
to report it.
"c.":
>if you need to autput your data as columns of numbers you probably
>should be using "dlmwrite" rather than "save"
Unless you want some special formatting, do not use dlmwrite: it is
slower and more complex to use.
--
Francesco Potortì (ricercatore) Voice: +39.050.315.3058 (op.2111)
ISTI - Area della ricerca CNR Mobile: +39.348.8283.107
via G. Moruzzi 1, I-56124 Pisa Fax: +39.050.315.2040
(entrance 20, 1st floor, room C71) Web: http://fly.isti.cnr.it
- plotting in grace, asha g, 2012/10/04
- Re: plotting in grace, c., 2012/10/04
- Re: plotting in grace, c., 2012/10/04
- Re: plotting in grace, asha g, 2012/10/04
- Re: plotting in grace, Doug Stewart, 2012/10/04
- Re: plotting in grace, asha g, 2012/10/04
- Re: plotting in grace, c., 2012/10/04
Re: plotting in grace,
Francesco Potortì <=