Is it possible to "turn off" parts of a model?

1 view (last 30 days)
I am programming a TI C2000 (Delfino F2833) with Embedded Coder (TI support package). The task is to control a robot and the program I wrote overhelms the processor.
But the robot does not need to execute every task at the same time. If I could tell Matlab that it has to execute in the first period of time just some subsystems and in a subsequent period other ones, I could save a lot of computational power.
Is something like this possible in Matlab? I already thought about funcion-call subsystems, but I am not sure if this is the optimal solution.

Accepted Answer

Fangjun Jiang
Fangjun Jiang on 20 Jan 2021
Try to utilize the "Initialize Function" block from Simulink/User-defined functions library

More Answers (0)

Products


Release

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!