Brainstorm: Why would my function stop?

2 views (last 30 days)
The code is rather tedious, but at the very end of and inside of "Function A", I call another function, "Function B"
For some reason it freezes right before or in the middle of executing Function B. But if I hit "Enter" it will continue as expected.
The inputs for Function B are predefined in Function A. I cleared all break points.
Any ideas from this very small amount of information of what might be happening?

Accepted Answer

Sean de Wolski
Sean de Wolski on 2 Aug 2013
Edited: Sean de Wolski on 2 Aug 2013
A pause(), keyboard, input or waitforbuttonpress command?
  1 Comment
Andrew Reibold
Andrew Reibold on 2 Aug 2013
Upvoting for good sounding feedback! I will check if this works Thank you

Sign in to comment.

More Answers (0)

Categories

Find more on Debugging and Analysis in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!