Documentation

This is machine translation

Translated by Microsoft
Mouseover text to see original. Click the button below to return to the English verison of the page.

Note: This page has been translated by MathWorks. Please click here
To view all translated materals including this page, select Japan from the country navigator on the bottom of this page.

appdesigner

Create or edit app file in App Designer

Syntax

Description

example

appdesigner opens the app building environment, App Designer.

example

appdesigner filename opens the specified app file in App Designer.

Input Arguments

collapse all

Name of an app file, specified as a character vector. If filename appears in multiple folders on the search path, then include a path to the file. The file specification must be the complete or relative path to a file, or the name of a file on the MATLAB® path.

Example: appdesigner App1

Examples

collapse all

appdesigner

A new file titled App1.mlapp opens in App Designer. App1.mlapp does not appear in the MATLAB Current Folder browser until you save the file.

appdesigner valueplots

App Designer opens and displays the existing valueplots.mlapp file, assuming that a file with that name is in the current folder or on the MATLAB search path. Otherwise, MATLAB throws a file not found error.

Introduced in R2016a

Was this topic helpful?