Skip to content

Can we set contrast model in a loop? #197

Description

@arwelHughes

From the examples, I do this....

problem.setContrastModel(1,'DSPC Model');
problem.setContrastModel(2,'DSPC Model');
problem.setContrastModel(3,'DSPC Model');

It would be quite nice to ba able to go...

problem.setContrastModel(1:3,'DSPC Model');

..and just a simple loop (if it's a vector input). Can we do this??
A

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions