파일을 찾을 수 없거나 권한이 거부되었습니다. 오류가 뜹니다.

다음 사용 중 오류가 발생함: dataread
파일을 찾을 수 없거나 권한이 거부되었습니다.
오류 발생: textread (171번 라인)
[varargout{1:nlhs}]=dataread('file',varargin{:}); %#ok<REMFF1>
2014버전에서 사용할때는 괜찬았는데
2021 윈도우 10에서 사용하니깐 textread 사용시 권한이 거부되었습니다
라고 뜨며 실행이 안됩니다. 오류해결방법 아시는분.

回答 (1 件)

charan
charan 2024 年 3 月 5 日

0 投票

Hello Yang,
I understand that you are unable to read from a file due to permission related issues.
The following actions could potentially resolve the error:
  • Run MATLAB as an Administrator. Right-click on the MATLAB shortcut or executable and select "Run as administrator."
  • Ensure that your current directory and the folder where the file is stored have the appropriate read and write permissions. You can “cd” to a folder where you have proper permissions and try again.
  • Temporarily disable any antivirus or security software that might be blocking MATLAB from performing the operation.
You can refer to the following links for more information:

カテゴリ

ヘルプ センター および File Exchange시작과 종료 についてさらに検索

タグ

質問済み:

2021 年 5 月 3 日

回答済み:

2024 年 3 月 5 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!