Undefined variable "matlab" or function "matlab.apputil.create" Error with Package App

3 views (last 30 days)
When I click on the Package App icon in R2012b I get the following error:
Undefined variable "matlab" or function "matlab.apputil.create".
and nothing opens.
Am I missing something from my path?

Answers (1)

Sean de Wolski
Sean de Wolski on 9 May 2013
Seems like a path issue.
First try:
rehash toolboxcache
If that doesn't work,
restoredefaultpath;rehash toolboxcache

Community Treasure Hunt

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

Start Hunting!