close

Close allocation set

    Description

    close(allocSet,force) closes the allocation set. If there are unsaved changes, you will receive an error unless the argument force is true.

    Tip

    Use closeAll to close all loaded allocation sets.

    Input Arguments

    collapse all

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

    Force close the allocation set, specified as a logical or numeric value 1 (true) or 0 (false).

    Data Types: logical

    Introduced in R2020b