When I am trying to use the 'Monitor and Tune' feature of MATLAB 2022a, it is giving me this error. Please advise.

1 view (last 30 days)

Answers (1)

Yidi
Yidi on 15 Nov 2022
Having a random number as a parameter to any block will change the model checksum each time it is compiled. This change can be verified using the simulink.blockdiagram.getchecksum function.
Removing the "rand" command and giving a constant value instead will ensure that the model checksum does not change.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!