Batch linearization without recompiling dimulink model
Hello everyone,
I want to linearize an aircraft Simulink model for many different cases, each with its own set of linear plant matrices (A, B, C, D). When I change the linear plant data in the base workspace, the Simulink model recompiles itself.
I'm looking for a way to update the linear plant matrices without triggering recompilation of the simulation model.
Currently, the linear plants are provided to the model via Constant blocks. I also tried using sllinearizer, but the problem is that it only accepts double arrays, and I couldn’t find a way to feed in full A, B, C, D matrices dynamically.
Can you suggest a solution that allows changing the linear plant matrices (A, B, C, D) between simulations without recompiling the model?
Thank you!
Answers (1)
Categories
Find more on Operating Points 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!