save matrix into .txt
save matrix into .txt
(OP)
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
Thank you for your help
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Contact USThanks. We have received your request and will respond promptly. Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting Guidelines |
|
RE: save matrix into .txt
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