randsrc() in SimEvents simulink

4 views (last 30 days)
I would like to get a random number with different probabilities in a Simevents block but when I use it it says: "Function 'randsrc' not supported for code generation."
Is there a similar function as randsrc but for SimEvents blocks?
Thank you in advance.

Accepted Answer

Sean de Wolski
Sean de Wolski on 30 Mar 2021
Put this before it:
coder.extrinsic('randsrc')

More Answers (0)

Categories

Find more on Discrete-Event Simulation in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!