Data Import when reading CSV files... "the import tool doesn't have access to read the file"
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
When attempting to load a any CSV File using the Data Import feature in MatLab 2013a. I receive the message "the import tool doesn't have access to read the file" Other file types load fine, txt, and xlsx. CSV files load fine with csvread.
Resolved the problem by reinstalling Matlab only to have the issue reappear the following day. Does anyone know how to resolve the problem?
5 Kommentare
BingZhang Hu
am 25 Feb. 2020
Check if you have conflict user-defined files with matlab build-in functions.
I found the reason causing my problem is because I created a script named split.m, which apparently confilcted with matlab build-in functions, which is probably called when importing the csv file. Renaming the 'split.m' script solved the problem.
Chris Qin
am 11 Sep. 2020
had the same problem on Matlab 2018a, but no problem at all when switched to matlab R2019b. Seems that update your matlab version can be one solution to the problem.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Audio and Video Data finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!