Error with running a Simulink model.
Show older comments
I have a run file to run the fowards facing model of this electric motor and this is whats happens...
Every time I run the forwards model matlab run file and then go on my backwards model and run it I get these 4 errors. But if I don’t run the run file and then run the backwards model straight away, it works every time with no errors and the correct outputs.Any ideas?

Answers (1)
Sabin
on 20 Nov 2023
0 votes
Without the files is not easy to tell where the problem is. I suspect when you run the first model some parameters from the workspace are either overwritten or deleted from workspace which will result in the errors when running the second model. First, I would check all callbacks and the names used for data logging. I hope this helps.
Categories
Find more on Simulink Functions 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!