Unexpected behaviour with xlswrite.m?
1 view (last 30 days)
Show older comments
Well it unexpected to me anyway.
A is a matrix of doubles, size 11*61. I wish to write the matrix to an xls file.
i type:
xlswrite(myFilePath, A);
the data is writen to xls, BUT is split up over into several small matrices of size 11*11, with 15 blank rows between them.
running win 7, matlab 2011a, office 2007.
how do i just write the matrix in the format A? Ie not split up into smaller matrices??
thanks
0 Comments
Answers (0)
See Also
Categories
Find more on MATLAB Report Generator in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!