When I am trying to use the 'Monitor and Tune' feature of MATLAB 2022a, it is giving me this error. Please advise.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1187878/image.png)
0 commentaires
Réponses (1)
Yidi
le 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 commentaires
Voir également
Catégories
En savoir plus sur Naming Conventions dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!