Error in PreScan Startup
Mostra commenti meno recenti
When use 'Invoke Simulink Start Mode' from PreScan, I get this error: 

Risposte (1)
Bhanu Araveti
il 23 Ott 2019
0 voti
This error usually occurs when you are using && or || on vector inputs. Instead, try using & or | respectively in your code if you are dealing with vectors.
Categorie
Scopri di più su Simulink in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!