views:

245

answers:

1

I have a matlab GUI....I'd like to load ANY file type(doc,txt,dat,xls) into matlab as a matrix through the GUI...I'd appreciate any help I can get!!

A: 

DOC, XLS, DAT to txt


As you might have realised by now, .doc are not plain-text. AFAIK, Matlab doesn't have any method to natively read these files. Hence, i suggest you do the following:

GoodLUCK!!

CVS-2600Hertz
thanks for d reply....but ur solution is about saving a matrix in matlab to a text file.....my question is.....how do i load these files as matrices into matlab.
Tim
ohh my mistake. Corrected the link now. Good LUCK!!
CVS-2600Hertz