由买买提看人间百态

topics

全部话题 - 话题: xlswrite
(共0页)
q***z
发帖数: 543
1
我写的清楚一点。我是想产生一些表格,每个名字都不一样。但是用xlswrite好像不支
持。如:
file1=str('....','.xls');
xlswrite(file1,xxx);
每次都是同一个文件名 file1.
不知道那位大侠知道该如何解决,谢谢!
q***z
发帖数: 543
2
我写的清楚一点。我是想产生一些表格,每个名字都不一样。但是用xlswrite好像不支
持。如:
file1=str('....','.xls');
xlswrite(file1,xxx);
每次都是同一个文件名 file1.
不知道那位大侠知道该如何解决,谢谢!
q***z
发帖数: 543
3
我写的清楚一点。我是想产生一些表格,每个名字都不一样。但是用xlswrite好像不支
持。如:
file1=str('....','.xls');
xlswrite(file1,xxx);
每次都是同一个文件名 file1.
不知道那位大侠知道该如何解决,谢谢!
z****u
发帖数: 23
4
来自主题: Programming版 - SOS on xlswrite
When I used matlab command xlswrite to write data into Excel, sometimes but
not always I got an error message:
'Error: The object invoked has disconnected from its clients.'
What does it mean? Is there any way to get rid of this?
Thanks a lot!
R*******c
发帖数: 249
5
来自主题: Programming版 - matlab中xlswrite的使用
一共有100个向量,每个向量的长度不一,但已知,如果希望将第一个向量写进A列,第
二个向量写进B列...这样的话,怎么写xlswrite呢?
R*******c
发帖数: 249
6
来自主题: Statistics版 - matlab中xlswrite的使用
一共有100个向量,每个向量的长度不一,但已知,如果希望将第一个向量写进A列,第
二个向量写进B列...这样的话,怎么写xlswrite呢?
R*******c
发帖数: 249
7
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
8
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
t****t
发帖数: 6806
9
没见他有什么特别要求啊,
不就是imread后面跟xlswrite吗
要揽活儿不是这么弄的...
q***z
发帖数: 543
q***z
发帖数: 543
p******h
发帖数: 1783
12

file1=['....' '.xls']
y****u
发帖数: 2053
13
来自主题: Computation版 - 一个让我抓狂的matlab问题
可能非常弱的问题,但是我就是不知道为啥啊。
我需要运行一个m file,每次需要输入一些参数,用了一些input句子。一般是运行得好
好的。但有的时候在command window输入参数并回车后,它就不往下执行了,就看到光
标在那闪啊闪的,这个时候无论我按回车,按ctl+C,甚至按右上角的X想将matlab整个
关闭,都没反应。只能用任务管理器来关。然后重启matlab。这到底是为啥啊?而且这
个问题好像跟input也没有关系,我在程序最后是画一张图出来,有时是运行到画图那
一步之前就停顿了,还是光标闪啊闪,然后不proceed,没反应了。我因为需要重复run
这个程序,结果run几次吧就出现一次这个问题,到底是什么原因呢?
update: 应该是跟excel有关的问题,我在这两个地方分别用到了xlswrite和xlsread。
(共0页)