How to overcome the error "Unrecognized field name \stopTimeUseConfigset\." when simulating a simbiology model on a previous Matlab version?
10 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Rebeca Hannah Oliveira
le 19 Juil 2023
Commenté : Prakash Packirisamy
le 5 Jan 2024
I saved the my last version of a simbiology model on Matlab R2023a, and when trying to simulate the model on Matlab R2022a it returns the following error:
Severity Message
error Unrecognized field name \stopTimeUseConfigset\.
I believe it is related to the StopTime option available on R2023a Model Analyzer option (which was not in the 2022a version).
Is there a way to overcome this error to run the model on Matlab R2022a?
0 commentaires
Réponse acceptée
Arthur Goldsipe
le 19 Juil 2023
SimBiology doesn't currently support opening newer projects in older versions. (This is called forward compatibility.) In fact, in the near future, you will get an error dialog if you try to open a project created in a newer version than the one you're using. (It was a bug that you weren't getting this dialog.)
Unfortunately, the only general solution is to recreate the project. MAT files are generally forward compatible. So you can save models and data in MAT files and then import them into SimBiology across versions. But there's nothing equivalent for programs in a project.
That said, if you can share your project with me, then I might be able to resave it in R2022a. In general, I would advise anyone who reads this to reach out to Technical Support rather than contact me directly. But this week, I'd probably be the person who would handle such a tech support case. :-)
2 commentaires
Prakash Packirisamy
le 5 Jan 2024
The fix that worked for me was enabling 'use simulation settings value' in the SimBiology Model Analyzer.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Extend Modeling Environment 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!