Matlab R2016b on OSX Undefined function or variable 'rmiml.vis​ibleInTool​strip'

조회 수: 5 (최근 30일)
Can't seem to find an answer to this although it does seem to be quite a common problem
Here's the output from Ver
----------------------------------------------------------------------------------------------------
MATLAB Version: 9.1.0.441655 (R2016b)
MATLAB License Number: ****
Operating System: Mac OS X Version: 10.11.6 Build: 15G1217
Java Version: Java 1.7.0_75-b13 with Oracle Corporation Java HotSpot™ 64-Bit Server VM mixed mode
----------------------------------------------------------------------------------------------------
MATLAB Version 9.1 (R2016b)
Fixed-Point Designer Version 5.3 (R2016b)
Image Processing Toolbox Version 9.5 (R2016b)
Optimization Toolbox Version 7.5 (R2016b)
Undefined function or variable 'rmiml.visibleInToolstrip'.
Undefined function or variable 'rmiml.visibleInToolstrip'.
Undefined function or variable 'rmiml.visibleInToolstrip'.
Undefined function or variable 'rmiml.visibleInToolstrip'.

채택된 답변

Walter Roberson
Walter Roberson 2017년 2월 13일
Try
restoredefaultpath;
rehash toolboxcache;

추가 답변 (2개)

anna barnes
anna barnes 2017년 2월 14일
yep - awesome - thanks

Hadi Khabbaz
Hadi Khabbaz 2017년 7월 4일
Thanks a bundle Mr Walter Roberson. In command window I typed: restoredefaultpath; rehash toolboxcache; It worked perfectly. However, if I close MATLAB and open it again, the same problem will come back.
  댓글 수: 2
ZY G
ZY G 2020년 9월 17일
Thanks a lot Mr Walter Roberson. The same problem occurs to me, but after saving my path, I close MATLAB and open it again, the problem happens no more.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by