| 查看: 853 | 回复: 8 | |||
| 当前主题已经存档。 | |||
voice2001铜虫 (著名写手)
|
[交流]
【求助】matlab程序运行过程中的Warning问题
|
||
|
本人在运行matlab程序过程中遇到问题如下: Warning: Could not find an exact (case-sensitive) match for 'Close'. C:\Tool\matlab\toolbox\matlab\graphics\close.m is a case-insensitive match and will be used instead. You can improve the performance of your code by using exact name matches and we therefore recommend that you update your usage accordingly. Alternatively, you can disable this warning using warning ('off','MATLAB:dispatcher:InexactMatch'). > In xlswrite at 246 In file1 at 158 ??? Error using ==> horzcat The following error occurred converting from logical to opaque: Error using ==> horzcat Undefined function or method 'opaque' for input arguments of type 'logical'. Error in ==> file1 at 158 xlswrite('file2.xls',value,1); 请各位大侠指点, 1 这是什么问题? 2 如何解决? |
» 猜你喜欢
综述论文作为代表作会不会影响评审专家的印象分?
已经有11人回复
FileCode能看出啥?
已经有12人回复
关于代码变化问题,想知道的进来
已经有24人回复
filecode
已经有7人回复
为什么网上很多人说本周 12号出结果
已经有3人回复
确定了,国自然21号放榜
已经有6人回复
静等基金结果
已经有16人回复
我的国基提前知道中了,可是同事的操作让我实在接受不了,怎么会有这样的人
已经有11人回复
关于Filecode分析方法
已经有3人回复
国自然结果
已经有8人回复

2楼2009-06-16 21:42:26

3楼2009-06-16 21:46:46
voice2001
铜虫 (著名写手)
- 应助: 7 (幼儿园)
- 金币: 8046.5
- 散金: 12
- 帖子: 2233
- 在线: 302.3小时
- 虫号: 288175
- 注册: 2006-10-21
- 专业: 海洋物理学
4楼2009-06-17 21:31:46
voice2001
铜虫 (著名写手)
- 应助: 7 (幼儿园)
- 金币: 8046.5
- 散金: 12
- 帖子: 2233
- 在线: 302.3小时
- 虫号: 288175
- 注册: 2006-10-21
- 专业: 海洋物理学
5楼2009-06-17 21:37:58

6楼2009-06-17 22:55:19
voice2001
铜虫 (著名写手)
- 应助: 7 (幼儿园)
- 金币: 8046.5
- 散金: 12
- 帖子: 2233
- 在线: 302.3小时
- 虫号: 288175
- 注册: 2006-10-21
- 专业: 海洋物理学
|
谢谢指点! 不过我还有个问题不懂,能否麻烦你给细致讲解一下? 本程序现在已经可以正常执行,并且完成了向excel表格写数据的功能。运行出现xlswrite函数错误时,程序已经调用此语句向excel表格中写了10000多行数据。也就是说,在程序前10000多次向excel表格中写数据没有出现问题,而是在写入多次后才出现的上述问题,请问是什么原因? 还有,我用本程序多次进行实验,也出现了类似的问题,但是每次因错误而程序终止后,打开已写入的excel表格查看发现,写入的行数的多少每次都不同。也就是说,每次出现上述问题时,程序执行循环的次数并不相同。本程序是通过循环,调用xlswrite语句写入工作表数据的。 能否麻烦再详细指点一下,这个问题我思考了很久也无法解决!! 谢谢!!!!!! |
7楼2009-06-18 20:03:16

8楼2009-06-18 22:37:35
voice2001
铜虫 (著名写手)
- 应助: 7 (幼儿园)
- 金币: 8046.5
- 散金: 12
- 帖子: 2233
- 在线: 302.3小时
- 虫号: 288175
- 注册: 2006-10-21
- 专业: 海洋物理学
9楼2009-06-21 21:40:55










回复此楼