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)
Show older comments
0 Comments
Answers (1)
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.
https://www.mathworks.com/help/releases/R2022a/simulink/slref/simulink.blockdiagram.getchecksum.html
Removing the "rand" command and giving a constant value instead will ensure that the model checksum does not change.
0 Comments
See Also
Categories
Find more on Naming Conventions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!