Error in PreScan Startup
10 views (last 30 days)
Show older comments
When use 'Invoke Simulink Start Mode' from PreScan, I get this error: 

0 Comments
Answers (1)
Bhanu Araveti
on 23 Oct 2019
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.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!