plot
R2026bClass: 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)
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 task
graph. For more information about task groups, see Create Groups of Tasks. (since R2024b)

