How can I specify the toolboxes that my standalone application uses?

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

Respuestas (1)

Sean de Wolski
Sean de Wolski el 8 de En. de 2015
Editada: Sean de Wolski el 9 de En. de 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

2 comentarios

one shouldn't need it afterwards, after compilation. But if your program uses some of the toolboxes you need to provide them to the compiler. And I don't know how it works in versions r2013b and later.
Ah, gotcha.
See More

Iniciar sesión para comentar.

Categorías

Más información sobre MATLAB Compiler en Centro de ayuda y File Exchange.

Preguntada:

el 8 de En. de 2015

Editada:

el 9 de En. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by