processAdvisorWindow
Open standalone Process Advisor window for project
Syntax
Description
processAdvisorWindow()
opens the Process Advisor app for
the current project. The app opens in a standalone window.
processAdvisorWindow(
opens the
Process Advisor app for the specified process in your process model. For
example, processName
)processAdvisorWindow("AdditionalExamples")
.
Note
For R2025a, this functionality will be available in a future release of the support package.
processAdvisorWindow(
opens the Process Advisor app for a specific process in your process model and
filters the list of tasks to show only tasks related to the specified iteration artifact.
For example,
processName
,artifactName
)processAdvisorWindow("AdditionalExamples","AHRS_Voter")
.
Note
For R2025a, this functionality will be available in a future release of the support package.
Examples
Input Arguments
Alternative Functionality
App
You can also open the Process Advisor app for a project directly from the Project tab in MATLAB®.
On the Project tab, in the Tools gallery, click Process Advisor.