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

Answers (1)

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 Comments

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.

Sign in to comment.

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Asked:

on 8 Jan 2015

Edited:

on 9 Jan 2015

Community Treasure Hunt

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

Start Hunting!