If I edit an existing function, and save the file, when does that change come into effect, in the following scenarios:
- Code is not running (easy - the next time the function is called)
- Code is running
- Code is running, then hits a breakpoint outside the function/file in question
- Code is running, then hits a pause() outside the function/file in question (and are there any other functions, e.g. drawnow(), with the same behaviour, if it is different from the norm)
- Code is running, then hits a breakpoint inside the function/file in question
- Code is running, then hits a pause() inside the function/file in question
Where in the documentation is this explained?
1 Comment
Direct link to this comment
https://nl.mathworks.com/matlabcentral/answers/508283-when-does-an-update-to-a-function-come-into-effect#comment_985595
Direct link to this comment
https://nl.mathworks.com/matlabcentral/answers/508283-when-does-an-update-to-a-function-come-into-effect#comment_985595
Sign in to comment.