matlab.buildtool.Plan.load
Class: matlab.buildtool.Plan
Namespace: 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 or folder that contains a build file. To maintain
valid relative paths in the main function of the build file, the build tool first changes
the current folder to the folder containing the build file. Once the plan is in the
workspace, the build tool restores the current folder to its original state.fileOrFolder
)