Clear Filters
Clear Filters

Unexpected behaviour with xlswrite.m?

1 view (last 30 days)
Matlab2010
Matlab2010 on 16 Nov 2012
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

Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!