Skip to content

Redefine model parameter for every run of Breach #11

Description

@SteveZhangBit

Given a Simulink model, I initialize its parameters like

a = 1;
b = 2;

before interfacing with Breach. It seems like Breach will create a new model with _breach.slx suffix. However, if I change the value of these parameters, Breach seems to use the previously generated model with the old values.

So how can I let Breach simulate the model with the new parameter assignments?

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions