Main Content
plot
Class: matlab.buildtool.Plan
Namespace: matlab.buildtool
Description
plot(
plots the tasks in the plan as a
dependency graph where nodes represent tasks and edges represent dependencies. Edges in the
graph flow from dependent tasks to depended-on tasks. plan
)
The plot visualizes the plan as a directed acyclic graph. It cannot contain any cycles.
plot(
specifies whether to show the tasks in task groups. If plan
,ShowAllTasks=tf
)tf
is
true
, then the method includes the contents of task groups in the
graph. For more information about task groups, see Create Groups of Similar Tasks. (since R2024b)