Thursday, May 23, 2019

Fix Matlab issue

New Matlab version showed errors like path not found or undefined function or variable. Here is the fix. Just run the following commands:
  restoredefaultpath
 rehash toolboxcache
 savepath

NOTE: all the user defined path will be removed.

No comments: