Why's getFileInfoForToolstrip missing after update to R2018a
조회 수: 17 (최근 30일)
이전 댓글 표시
Since updating to MAtlab R2018a, I have been getting the error: Undefined function or variable 'matlab.unittest.internal.ui.toolstrip.getFileInfoForToolstrip', periodically in my command window. Specifically happens every time that I save a file in the editor.
댓글 수: 3
채택된 답변
Sonam Gupta
2018년 3월 29일
For performance purposes, MATLAB caches a list of files on the MATLAB search path (including toolbox files), and this cache can persist even after closing MATLAB (but not after restarting your machin). It seems that this cache is getting into a bad state on your machine.
Try the following commands:
restoredefaultpath
rehash toolboxcache
savepath
If the above fails to resolve the issue, try restarting your system.
댓글 수: 9
Henan Yu
2019년 10월 6일
Sorry, not working for mine. Still getting these errors and I cannot do anything with matlab, even I re-installed twice.
Unrecognized function or variable 'rmiml.visibleInToolstrip'.
Unrecognized function or variable 'rmiml.visibleInToolstrip'.
Please help me with this
Thank you
Henan
BBB
2019년 10월 24일
Thank you so much! My MATLAB was not working as well and this really helped! Thank you again :)
추가 답변 (2개)
Peter Urlings
2018년 10월 4일
In addition to Sonam Gupta's comments, be sure to check the Matlab startup folder.
(On windows, the default is %userprofile%\documents\MATLAB\ )
If there is a pathdef.m file there, Matlab will load this on startup. See if removing or renaming this file solves your issue.
댓글 수: 0
Thomas Burschil
2018년 7월 12일
I get the same three errors, but restoring the path or reinstall Matlab does not work out. Any suggestions?
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!