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 |
|
S*******t 发帖数: 97 | 2 我有一个cell array, e.g., cellArray{2} = 10,
我试着用cellArray{2} - '0', 结果变成 1 0
有没有类似的atoi的函数? |
|
R*******c 发帖数: 249 | 3 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 |
|