Jun 1, 2004 #1 KaSt Computer Joined Jun 1, 2004 Messages 5 Location DE I imported a tif-file into matlab and would like to save the resulting huge matrix as a txt file with numbers and tabs (spaces) only. Thank you for your help
I imported a tif-file into matlab and would like to save the resulting huge matrix as a txt file with numbers and tabs (spaces) only. Thank you for your help
Jun 2, 2004 1 #2 GregLocock Automotive Joined Apr 10, 2001 Messages 23,890 Location Orbiting a small yellow star Easily done. The help system explains how to write a text file out. All you have to do is to sub divide the matrix (if necessary) before doing so. Cheers Greg Locock Upvote 0 Downvote
Easily done. The help system explains how to write a text file out. All you have to do is to sub divide the matrix (if necessary) before doing so. Cheers Greg Locock