我目前正試圖在Matlab r2013b中設置windows實時內核,但命令rtwintgt -setup給我一個錯誤。我已閱讀以下鏈接並確認我具有管理員訪問權限,並且我的許可證包含實時Windows目標。 rtwintgt installMatlab rtwintgt -setup install not working
我的錯誤如下: ``
rtwintgt -setup
There is a different version of the Real-Time Windows Target kernel installed.
Do you want to update to the current version? [y] : y
> Error using rtwintgt>ErrorDialog (line 363) Installer error: "Failed
> to copy the kernel to Windows system folder. The process cannot access
> the file because it is being used by another process.".
>
> Error in rtwintgt>RunInstaller (line 280) ErrorDialog(prompt,
> message('rtwin:installer:installererror', errmsg));
>
> Error in rtwintgt>rtwt_setup (line 119) result = RunInstaller(prompt,
> 'install');
>
> Error in rtwintgt (line 68) retval = feval(subfn, prompt);
從線「該進程無法訪問該文件,因爲它正被另一個進程使用,」我可以理解有另一個程序中斷文件檢索,但我不知道什麼程序。我試過儘可能多地完成任務,並重新啓動了計算機。任何幫助將不勝感激,因爲我正試圖讓它爲一個項目工作。