configure clock in simulink to inherit the sample time

21 views (last 30 days)
I am trying to use the clock block inside a subsystem which has a function call generator, this results in the error 'clock has sample time [0, 0]. Only constant (inf) or inherited (-1) sample times are allowed in function call subsystem'. How to get rid of this?

Accepted Answer

rubindan
rubindan on 13 Jul 2020
To get arround it you can put the clock block outside this subsystem and creatre an additional input for the clock time.

More Answers (0)

Categories

Find more on Schedule Model Components 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!