Data Import when reading CSV files... "the import tool doesn't have access to read the file"
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
BingZhang Hu
le 25 Fév 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
le 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.
Réponses (0)
Voir également
Catégories
En savoir plus sur Audio and Video Data dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!