R*******c 发帖数: 249 | 1 I'm trying to write a cell array to excel using xlswrite, but I don't
think I can do it simply by using xlswrite. Here is some sample data
cellarray={[1:5]', [1:10]', [1:15]'}
cellarray =
[5x1 double] [10x1 double] [15x1 double]
I would like to simply write this to excel, but xlswrite doesn't seem
to work for this data.
Thanks so much | R*******c 发帖数: 249 | 2 有人知道吗?
【在 R*******c 的大作中提到】 : I'm trying to write a cell array to excel using xlswrite, but I don't : think I can do it simply by using xlswrite. Here is some sample data : cellarray={[1:5]', [1:10]', [1:15]'} : cellarray = : [5x1 double] [10x1 double] [15x1 double] : I would like to simply write this to excel, but xlswrite doesn't seem : to work for this data. : Thanks so much
| R*******c 发帖数: 249 | 3 还是没人知道吗?
好失望啊。。。
【在 R*******c 的大作中提到】 : I'm trying to write a cell array to excel using xlswrite, but I don't : think I can do it simply by using xlswrite. Here is some sample data : cellarray={[1:5]', [1:10]', [1:15]'} : cellarray = : [5x1 double] [10x1 double] [15x1 double] : I would like to simply write this to excel, but xlswrite doesn't seem : to work for this data. : Thanks so much
|
|