When I am trying to use the 'Monitor and Tune' feature of MATLAB 2022a, it is giving me this error. Please advise.
1 次查看(过去 30 天)
显示 更早的评论
回答(1 个)
Yidi
2022-11-15
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Naming Conventions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!