Skip to content

[Documentation] Update model.model.IsolabilityAnalysisARR #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
blaab2 opened this issue Jun 23, 2020 · 0 comments
Open

[Documentation] Update model.model.IsolabilityAnalysisARR #1

blaab2 opened this issue Jun 23, 2020 · 0 comments

Comments

@blaab2
Copy link

blaab2 commented Jun 23, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant