Turn off compile mode
Mostra commenti meno recenti
Hi,
I use Model([], [], [], 'compile') to set the model in compile mode before computing some checksums. After receiving the checksums I want to close the model but I get an error that the model can't be closed since it is being compiled.
How do I turn off the compile mode?
Risposta accettata
Più risposte (1)
Lukas
il 21 Set 2018
4 voti
If the above commands doesn't help and you still see:
model([],[],[],'term')
Warning: Termination of 'model' deferred
then just try to execute model([],[],[],'term') multiple times.
I think this helps in case model had been compiled multiple times without terminating it. For example during debugging of a function that does this.
2 Commenti
Manu Madhu
il 18 Giu 2020
Thank you, it works
rsating
il 27 Giu 2024
Repeated "term" commands worked for me too. Thanks!
Categorie
Scopri di più su Configure and View Diagnostics in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!