Is it possible to "turn off" parts of a model?
1 view (last 30 days)
Show older comments
Raphael Stöckner
on 19 Jan 2021
Answered: Fangjun Jiang
on 20 Jan 2021
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.
0 Comments
Accepted Answer
Fangjun Jiang
on 20 Jan 2021
Try to utilize the "Initialize Function" block from Simulink/User-defined functions library
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!