Can anyone help me how to convert mat file which contain struc of array (that include many neumric and string feilds) to xls file? Any help will be highly appreciated. Thanks!

link|improve this question

27% accept rate
feedback

1 Answer

up vote 1 down vote accepted

This and this could be helpful

link|improve this answer
thank u for replying, I used this function (xlswrite) as: but I get this error – zenab Aug 2 '11 at 15:09
colh is the mat file, this file include the struct of array (Col) and this struct of array include the [(nam) and the (colHist)]fields, I want to convert these fields to xls file, I load the (colh), then xlswriter('as.xls',[Col.nam,Col.colHist]), I get the error;Too many input arguments. Pleas, any help to solve my problem – zenab Aug 2 '11 at 15:30
Please, No one answer me ???? I am Waiting ..... – zenab Aug 6 '11 at 14:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.