Why is my code that includes MATLAB message identifiers not working in MATLAB 7.13 (R2011b) and later?
Show older comments
Warnings
I have code that uses
warning('off',…)
to turn off a warning message. My code used to work in earlier releases but does not work in MATLAB 7.13 (R2011b).
Errors
I have code that uses a try/catch statement and performs an action based on a specific error identifier. My code used to work in earlier releases but does not work in MATLAB 7.13 (R2011b).
Accepted Answer
More Answers (0)
Categories
Find more on Scope Variables and Generate Names in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!