Windows .NET Framework Update Breaks READTABLE()
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Steven Lord
am 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?
Antworten (2)
Jeremy Hughes
am 15 Mai 2019
Try,
readtable(filename,'Basic',true) % or UseExcel false in a more recent release.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Platform and License finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!