Unable to write files to current directory. You may not have sufficient privileges. Change write permissions for the current directory, or navigate to a different directory.
14 次查看(过去 30 天)
显示 更早的评论
What is wrong with Matlab? A week ago it was working ok...
Error using trainCascadeObjectDetector>parseInputs (line 285)
Unable to write files to current directory. You may not have sufficient privileges. Change write permissions for the current directory, or
navigate to a different directory.
Error in trainCascadeObjectDetector (line 164)
parser = parseInputs(varargin{:});
0 个评论
回答(1 个)
John D'Errico
2017-4-30
编辑:John D'Errico
2017-4-30
This is not a MATLAB problem, because MATLAB is just passing on information to you about what your computer is allowing it to do.
A week ago, your computer may have been different.
READ THE ERROR MESSAGE. The directory no longer allows write access to that directory. The change may have happened because of a corruption problem on your drive. This is often minor, and can often be repaired. Check the write privilege on that directory.
It is your computer (I assume.) You can reset the write privileges on a directory, IF you have admin rights on it. I'd first check to see that your drive is not corrupted, as that will only get worse with time.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 File Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!