Prev: How to set the seed as a 128 binary string of psudo random number generator (randn)
Next: Image Sharpening Techniques
From: amit sharma on 7 Jun 2010 14:05 Dear sir I have 128x128 binary matrix, i want to write this matrix in .dat/.txt file. waiting 4 reply
From: Walter Roberson on 7 Jun 2010 14:11
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? |