求助:matlab的system命令
返回给我的提示是:0
系统找不到指定路径。
ans=
0
系统找不到指定文件。
ans=
0
这是调用成功了呢?还是失败了呢? 失败了为什么还返回0啊? 的确很奇怪! LZ下什麽指令?
我试了下, 复制不出相同错误!
回复 楼主 jiajuan911 的帖子
仔细看看helpsystem('command') calls upon the operating system to run command, for example dir or ls or a UNIX? shell script, and directs the output to the MATLAB? software. If command runs successfully, ans is 0. If command fails or does not exist on your operating system, ans is a nonzero value and an explanatory message appears. 但楼主的显示很怪!
系统找不到指定路径
ans=
0
[ 本帖最后由 ChaChing 于 2009-6-16 21:49 编辑 ]
回复 地板 ChaChing 的帖子
不知什么原因造成的,网上似乎没有类似的问题。我知道啦。
是由于调用的程序已经改到其他路径下造成的。回复 6楼 jiajuan911 的帖子
嘿! 我怎认为不应该是如此!?
页:
[1]