buildplan
R2026bDescription
creates a build plan that you
can configure by adding tasks.plan = buildplan
To add a task t to plan, use the
plan(" syntax.taskName") = t
creates a plan with tasks corresponding to the list of task functions
plan = buildplan(fcns)fcns. You can use this syntax only within a build file.
Examples
Input Arguments
Output Arguments
More About
Version History
Introduced in R2022b