Load allocation set
allocSet = systemcomposer.allocation.load(name)
example
allocSet = systemcomposer.allocation.load(name) loads the allocation set with the given name, if it exists, on the MATLAB® path.
allocSet
name
collapse all
% Load the allocation set MyNewAllocation.mldatx allocSet = systemcomposer.allocation.load('MyNewAllocation') % Open the allocation editor systemcomposer.allocation.editor()
Name of allocation set, specified as a systemcomposer.arch.Model object or the name of the model as a character vector.
systemcomposer.arch.Model
Allocation set, returned as a systemcomposer.allocation.AllocationSet object.
systemcomposer.allocation.AllocationSet
closeAll | createAllocationSet | open
closeAll
createAllocationSet
open