How to overcome the error "Unrecognized field name \stopTimeUseConfigset\." when simulating a simbiology model on a previous Matlab version?
    10 views (last 30 days)
  
       Show older comments
    
    Rebeca Hannah Oliveira
 on 19 Jul 2023
  
    
    
    
    
    Commented: Prakash Packirisamy
 on 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 Comments
Accepted Answer
  Arthur Goldsipe
    
 on 19 Jul 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 Comments
  Prakash Packirisamy
 on 5 Jan 2024
				The fix that worked for me was enabling 'use simulation settings value' in the SimBiology Model Analyzer.

More Answers (0)
See Also
Categories
				Find more on Extend Modeling Environment 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!

