ctfroot

Location of files related to deployed application

Syntax

  • root = ctfroot

Description

root = ctfroot returns the name of the folder where the deployable archive for the application is expanded.

Use this function to access any file that the user would have included in their project (excluding the ones in the packaging folder).

Examples

Determine location of deployable archive

appRoot = ctfroot;

Output Arguments

collapse all

root — Path to expanded deployable archivestring

Path to expanded deployable archive returned as a string in the form: application_name_mcr. .

Introduced in R2006a

Was this topic helpful?