Unexpected behaviour with xlswrite.m?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Report Generator 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!