Is there a way to skip "pause" statements

4 views (last 30 days)
I'm grading hundreds of student assignments using a semi-automated method. However, a large portion of the students have included `pause` statements at nonsensical locations. This has removed all of the automated nature of my grading.
Is there any method/setting that I can modify which will skip all pause statements. I know I can use find/replace (or regular-expressions) to get rid of the statements but that seems very ad-hoc.
Thanks

Accepted Answer

Walter Roberson
Walter Roberson on 25 Jan 2011
pause('off')

More Answers (0)

Categories

Find more on Get Started with MATLAB 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!