How can I create a .prj GUI project file from command prompt?

5 views (last 30 days)
I would like to run Deploytool from my command prompt but before I will need to create a .prj file,(set the name of the project, add the main code, and all the shared resources and helper files)
I would like to be able to create the .prj file from the command prompt.

Accepted Answer

Sean de Wolski
Sean de Wolski on 31 Oct 2012
You just need to call deploytool with some additional arguments. See the doc here:
  4 Comments
Lucademicus
Lucademicus on 13 Jun 2019
What is the current status? Is this still a current limitation, or can the result of the applicationCompiler be reproduced from scratch in command line?
raym
raym on 31 Jul 2019
I have just write a function to build prj file by providing argument.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!