How to do a parameter sweep in activate?
Hello community,
how can I do a parameter sweep in activate?
I want to simulate a controller with different parameters for the gain.
Afterwards I want to overlay the different system responses in a plot.
I defined a vector with different values for the controller gain 'KR' and use it in a 'MatrixGain'-block.
KR = [1 .1 .06 .01 .02];
I hoped that could work but it doesnt. Another approch could be to do it by doing multiple simulations with different parameters.
best regards
Nils