tdfread fails to open file
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I create my own tab-delimited files, then open them with tdfread. One, and only one, of my files cannot be opened by tdfread. I can find no way to get any details on what might be wrong. I have attached four example files. The one starting with "Gor" is the only one that fails to open.
0 commentaires
Réponses (1)
Image Analyst
le 13 Juin 2015
It seems to run for me - it created a structure. What exactly do you mean by "fails to open"? Was there an error message?
3 commentaires
Image Analyst
le 16 Juin 2015
Are you sure you have the full file name - that means the folder prepended in front of the base file name? Are you sure the file is not open by some other process while you are also trying to open it?
Jeff Eriksen
le 16 Juin 2015
Yes on full file name. I cd to the folder in the script and see the files in the Matlab interface, so a path is not involved at all. I put in a breakpoint and at the command window type in the script line and execute it as well to check. No other processes are running, just my GUI on one processor of a Linux cluster. The other 3 files open fine in the exact same circumstances. I am off on vacation in an hour. When I return this weekend I will send code snippets.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!