Main Content

matlab.apputil.create

(Not recommended) Create or modify app project file using Package Toolbox dialog box

matlab.apputil.create is not recommended. Package your app in App Designer instead. (since R2025a) For more information, see Version History.

Description

matlab.apputil.create opens the Package Toolbox dialog box. The dialog box steps you through the process of using a project to package your app as a toolbox.

matlab.apputil.create(prjfile) upgrades the specified .prj file to the current release. Use this option if you need to update an existing app packaged before R2025a.

example

Examples

collapse all

Assume you have an existing project file, myapp.prj. Upgrade the project to your current MATLAB® release.

matlab.apputil.create("myapp.prj")

Input Arguments

collapse all

Project file, specified as a string scalar or character vector that contains an absolute or relative path to a .prj file. Specify a .prj file that you created using the Package App dialog box before R2025a.

Example: "myapp.prj"

Example: "C:\myapp.prj"

More About

collapse all

Version History

Introduced in R2012b

expand all