matlab.buildtool.Plan.load
Class: matlab.buildtool.Plan
Package: matlab.buildtool
Description
plan = matlab.buildtool.Plan.load
loads a plan from a build file
into the MATLAB® workspace. The build file must be named buildfile.m
and
must be in the current folder. The method returns the plan as a matlab.buildtool.Plan
object.
plan = matlab.buildtool.Plan.load(
loads a plan from the specified build file. To maintain valid relative paths in the main
function of the file, the build tool first changes the current folder to the folder
containing the file. Once the plan is in the workspace, the build tool restores the current
folder to its original state.filename
)
Input Arguments
Examples
Version History
Introduced in R2022b