When I am trying to use the 'Monitor and Tune' feature of MATLAB 2022a, it is giving me this error. Please advise.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1187878/image.png)
0 Commenti
Risposte (1)
Yidi
il 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 Commenti
Vedere anche
Categorie
Scopri di più su Naming Conventions in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!