Multi-rate model concurrent execution

2 views (last 30 days)
Sam Chakour
Sam Chakour on 30 Nov 2016
Answered: Thomas Marullo on 15 Feb 2017
To implement a Simulink model whose main system block run at different rates "2 rates to be specific, slow and fast", we wanted to leverage multicore capabilities of the Target PC. However the top simulink model is quite complex and we are apprehensive about having to restructure our models so that all the components that need to be running at their rates are in a referenced model.
Can the non partitioned model have the element that needs to run at slow rate than the top model be a reference model while the rest is not ?

Answers (1)

Thomas Marullo
Thomas Marullo on 15 Feb 2017
I believe for explicit partitioning, everything at the root level needs to be referenced models or system blocks and mapped using the concurrent configuration tool. Have you figured this out? I am also curious.

Categories

Find more on Multicore Processor Targets 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!