Matlab错误中带有空格的路径
Posted
技术标签:
【中文标题】Matlab错误中带有空格的路径【英文标题】:Path with spaces in Matlab error 【发布时间】:2014-02-16 05:26:34 【问题描述】:我正在尝试执行以下几行
command ='C:\Program Files (x86)\MATLAB\R2010a\bin\matlab -wait -nodesktop -nosplash -r wrapper';
[status, output] = system(command);
但我收到一条错误消息:
' 'C:\Program' is not recognized as an internal or external command,
operable program or batch file.'
在我看来,空格正在产生错误,如它仅捕获'C:\ Program'的错误所示,所以有人可以建议吗?
【问题讨论】:
【参考方案1】:尝试将路径用双引号括起来.. 如:
“C:\Program Files (x86)\MATLAB....”
【讨论】:
以上是关于Matlab错误中带有空格的路径的主要内容,如果未能解决你的问题,请参考以下文章
远程http请求时,后缀带空格,请求报错问题(类似word文档标题中带空格)