Windows .NET Framework Update Breaks READTABLE()
조회 수: 1 (최근 30일)
이전 댓글 표시
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
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?
답변 (2개)
Jeremy Hughes
2019년 5월 15일
Try,
readtable(filename,'Basic',true) % or UseExcel false in a more recent release.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Platform and License에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!