load

Load allocation set

    Description

    example

    allocSet = systemcomposer.allocation.load(name) loads the allocation set with the given name, if it exists, on the MATLAB® path.

    Examples

    collapse all

    % Load the allocation set MyNewAllocation.mldatx
    allocSet = systemcomposer.allocation.load('MyNewAllocation')
    
    % Open the allocation editor 
    systemcomposer.allocation.editor()

    Input Arguments

    collapse all

    Name of allocation set, specified as a systemcomposer.arch.Model object or the name of the model as a character vector.

    Output Arguments

    collapse all

    Allocation set, returned as a systemcomposer.allocation.AllocationSet object.

    Introduced in R2020b