Skip to content

[Documentation] Update model.model.IsolabilityAnalysisARR #1

@blaab2

Description

@blaab2

In the current version of the toolbox (01e3939) the method is named
model.IsolabilityAnalysisArrs
therefore the documentation on page 15 should be updated from
model.IsolabilityAnalysisARR(msos([1,3]));
to
model.IsolabilityAnalysisArrs(msos([1:3]));

Furthermore on page 15
FSM = model.FSM(Msos([1,3]));
should be replaced by
FSM = model.FSM(msos([1,3]));
to ensure consistency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions