Effacer les filtres
Effacer les filtres

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

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

Réponses (1)

sai charan sampara
sai charan sampara le 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:

Catégories

En savoir plus sur 설치 및 라이선스 부여 소개 dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!