From: amit sharma on
Dear sir


I have 128x128 binary matrix, i want to write this matrix
in .dat/.txt file.

waiting 4 reply
From: Walter Roberson on
amit sharma wrote:

> I have 128x128 binary matrix, i want to write this matrix
> in .dat/.txt file.

What output format do you need?

Would save()'s -ascii option work for you?

Would dlmwrite() work for you?