help-octave
[Top][All Lists]
Advanced

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

Re: plotting in grace


From: asha g
Subject: Re: plotting in grace
Date: Thu, 4 Oct 2012 19:18:54 +0800 (SGT)



> Just tried dimwrite  -mat-ascii catwalkascii X y
> Did not save either.
that's not how dlmwrite works, you should read that function's help before you try to use it.

I suppose it will be
dimwrite(file,M,r,c)

So in my example should I do :

dimwrite(catwalkascii,catwalk,N,2) where N = 11 the no. of rows and c = 2, no. of columns.

Not sure if this is what it is supposed to be ?

Help appreciated.
AG





reply via email to

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