由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - how to write a cell into an xls file in matlab?
相关主题
matlab中xlswrite的使用能有人详细讲一下这两道google的面试题吗?
评估!写多少行程序算多?how to write C++ under Unix/Linux
c++怎么实现这种结构??面试问题一问 (转载)
SOS on xlswrite一个c++问题 (转载)
how to write IE plug-in?请 教 : 关 于 writing to a file 用 Perl for CGI
Re: [转载] how would you do this?再 次 请 教 : 关 于 writing to a file 用 Perl for CGI
RODBC and BLOB关于Stevens UNP的初级问题
a c++ questionone more interview question
相关话题的讨论汇总
话题: xlswrite话题: write话题: xls话题: cell话题: cellarray
进入Programming版参与讨论
1 (共1页)
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

1 (共1页)
进入Programming版参与讨论
相关主题
one more interview questionhow to write IE plug-in?
is C or C++ code more difficult to write?Re: [转载] how would you do this?
[合集] 问个SOCKET问题啊 (转载)RODBC and BLOB
这样一道面试题 (转载)-debug求助a c++ question
matlab中xlswrite的使用能有人详细讲一下这两道google的面试题吗?
评估!写多少行程序算多?how to write C++ under Unix/Linux
c++怎么实现这种结构??面试问题一问 (转载)
SOS on xlswrite一个c++问题 (转载)
相关话题的讨论汇总
话题: xlswrite话题: write话题: xls话题: cell话题: cellarray