How do I resolve the Simulink error "JIT is required but JIT incompatibility found"
Afficher commentaires plus anciens
I am using SimEvents within Simulink to simulate a system with random behavior and, to study that randomized behavior, I want to make each run of the Simulink model use a different random seed and thus behaves in a unique way.
To do this, one of the blocks is running the MATLAB code
rng('shuffle')
on startup to set a new random seed for the random number generator (RNG) each time the Simulink model is run.
However, when I try to run the Simulink model, I get the following error:
JIT is required but JIT incompatibility found
How can I resolve this error while still randomizing the different runs of the Simulink model?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Simulink Functions dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!