Submitted by yyqf on Fri, 05/02/2014 - 07:18
各位老师好!
启动rest时报错如下(在matalab2014a上运行):
警告: 未找到文件或者权限被拒绝
> In rest at 51
错误使用 diary
C:\Program Files\MATLAB\fMRITool\REST_V1.8_130615\rest.log: 无法打开文件: 权限被拒绝。
出错 rest (line 53)
diary(fullfile(rest_misc('WhereIsREST'), 'rest.log'));
反复看了rest第51行,感觉没什么错误,不知道为什么?
谢谢
Attachment | Size |
---|---|
JPG. | 74.35 KB |
Submitted by admin on Fri, 05/02/2014 - 10:28 Permalink
Re: rest启动时报错
I think the best thing you should do is install MATLAB and REST into another drive other than C, such as D:\matlab ...,
and make sure there is no space in the path.
What you are using in C:\Program Files\MATLAB will cause more errors since there is a space, even you did not encounter this permission error.