Windows .NET Framework Update Breaks READTABLE()
显示 更早的评论
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 个评论
Guillaume
2019-5-15
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
2019-5-15
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
2019-5-15
回答(2 个)
Jeremy Hughes
2019-5-15
0 个投票
Try,
readtable(filename,'Basic',true) % or UseExcel false in a more recent release.
类别
在 帮助中心 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!