Windows .NET Framework Update Breaks READTABLE()
Afficher commentaires plus anciens
Not so much a Q? as a report...
Got up this AM to discover Windwoes had installed Office and OS update. After the interminable reboot and rebuilding all the work in progress - NOT! first thing to happen was all scripts/functions with READTABLE() failed with internal error.
Reboot "just in case" something didn't get finished updating did not solve the problem.
Regressed that update back out and all returned to being functional again.
Win7 Pro, R2017b
3 commentaires
Guillaume
le 15 Mai 2019
It's unlikely that a windows update would affect readtable and even more unlikely that it would have anything to do with .Net since readtable has nothing to do with .Net (and matlab uses a completely different technology from .Net).
In any case, if you get an error, please state the full text of the error message.
Also, an example of code that causes the problem. Could it rather be that the update somehow messed up your file system and hence the files you're trying to access are no longer where they were.
Steven Lord
le 15 Mai 2019
Do you happen to have available the number or name of the specific update(s) that were installed and that you had to regress to avoid the problem?
dpb
le 15 Mai 2019
Réponses (2)
Jeremy Hughes
le 15 Mai 2019
0 votes
Try,
readtable(filename,'Basic',true) % or UseExcel false in a more recent release.
Catégories
En savoir plus sur Matrix Indexing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!