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

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

You just need to call deploytool with some additional arguments. See the doc here:

4 Comments

To call deploytool from the command prompt(outside matlab) I need and existing deployment project(.prj). I will like to know how to create the deployment project before running deploytool. So I can run deploytool -build deployment_project_name.prj
This is a current limitation. We cannot create .prj files from scratch in command line.
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?
I have just write a function to build prj file by providing argument.

Sign in to comment.

More Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Asked:

on 31 Oct 2012

Commented:

on 31 Jul 2019

Community Treasure Hunt

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

Start Hunting!