Faq my app stops working with pls toolbox on the path
Jump to navigation
Jump to search
Issue:
My App Designer app can't be saved when PLS_Toolbox is installed - how can I fix this?
Possible Solutions:
The particular problem is related to the use of defaultfigurecreatefcn to add the figbrowser menu on figures. There are two options for working around this:
- Temporarily disable the figbrowser menu by running the following command before you use app designer:
figbrowser('off')
- The figbrowser menu will be turned on automatically when you use PLS_Toolbox so you'll need to turn it off again.
- Permanently disable figbrowser menus by deselecting the FigBrowser > Figbrowser On All menu item. Alternatively, use the following command at the Matlab command line:
setplspref('figbrowser','enableautoadd','off');
setplspref('figbrowser','autoadd','off');
Still having problems? Please contact our helpdesk at helpdesk@eigenvector.com