> 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