Matlab------默认启动路径设置
默认启动路径设置 默认启动路径设置
由于我的默认启动路径是C:windowssystem32,matlab一运行就显示 由于我的默认启动路径是C:windowssystem32,matlab一运行就显示
Warning: Function C:WINDOWSsystem32input.dll has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.
Warning: Function C:WINDOWSsystem32version.dll has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict. Warning: Function C:WINDOWSsystem32input.dll has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict. Warning: Function C:WINDOWSsystem32version.dll has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.
Warning: Function C:WINDOWSsystem32version.dll has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict. Warning: Function C:WINDOWSsystem32input.dll has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict. Warning: Function C:WINDOWSsystem32version.dll has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.
虽然没什么大碍,总是不舒服的,网上好的Solution: 虽然没什么大碍,总是不舒服的,网上好的Solution:
To avoid this warning, please do not have C:WINDOWSsystem32 on the MATLAB path, as the startup directory, or as the current directory. To avoid this warning, please do not have C:WINDOWSsystem32 on the MATLAB path, as the startup directory, or as the current directory.
方法:在Matlab图标或快捷方式图标点击右键->属性,在起始位置一栏填写自定义路径,点击确定。再运行Matlab时会发现,Current Directory会变成自定义的路径。 方法:在Matlab图标或快捷方式图标点击右键->属性,在起始位置一栏填写自定义路径,点击确定。再运行Matlab时会发现,Current Directory会变成自定义的路径。
