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

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

Answers (1)

charan
charan on 5 Mar 2024
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:

Categories

Find more on 시작과 종료 in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!