How can I specify the toolboxes that my standalone application uses?
Show older comments
Hi,
I'm trying to write an application and then compile it. At the beggining I was doing this using R2013a where the user in deploytool GUI can specify which toolboxes are needed. Recently I moved to R2014a where the usage of deploytool has been changed. In this case I don't know how to list the needed toolboxes in Application Compiler. I assume that by default all possible toolboxes are added but I don't need most of them and it has negative influence on the performance of my application... Is there any way to get rid of unnecessary toolboxes?
Thanks in advance, Mateusz
Answers (1)
Sean de Wolski
on 8 Jan 2015
Edited: Sean de Wolski
on 9 Jan 2015
You shouldn't need any toolboxes to run a standalone application, that's the whole point of compiling it in the first place.
More:
matlab.codetools.requiredFilesAndProducts
Categories
Find more on MATLAB Compiler in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!