Unexpected behaviour with xlswrite.m?

조회 수: 1 (최근 30일)
Matlab2010
Matlab2010 2012년 11월 16일
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개)

카테고리

Help CenterFile Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by