matlab warning

来源:百度知道 编辑:UC知道 时间:2024/06/14 04:29:40
我在matlab的file下的setpath下选择了default,然后save了。。。。
结果重新打开matlab窗口时会显示
Warning: MATLAB Toolbox Path Cache is out of date and is not being used.
Type 'help toolbox_path_cache' for more info
Warning: Function C:\Windows\system32\input.dll has the same name as a MATLAB
builtin. We suggest you rename the function to avoid a potential name conflict.
这是咋回事呀?望高手们不吝赐教
我知道这句话的意思,我下来该怎么做呀? 为什么没做“我在matlab的file下的setpath下选择了default,然后save了。。。。”之前没什么问题,一切正常,做了这个之后就有问题了?
----------------------------------------------------------------------------------------------
执行了 rehash toolboxcache后 还是有警告的
Warning: Function C:\Windows\system32\version.dll has the same name as a MATLAB builtin.
We suggest you rename the function to avoid a potential name conflict.

全面清理一下临时文件
C:\Windows\system32\input.dll这个文件可能和matlab的一个重要文件重名了,为了避免错误它建议你把这个文件改个名字。

右击图标,选择以“管理员身份运行”运行Matlab主程序就可以去除warning

MATLAB user interface can aslo be used to do that same.
% Run MATLAB in Admin mode.
1. Click on File-> Set Path
2. Select the above folder in the path folders that show up.
3. Click Remove
4. Click Save