Friday, July 31, 2009

dbup

Change local workspace context

Syntax

  • dbup

Description

This function allows you to examine the calling M-file by using any other MATLAB function. In this way, you determine what led to the arguments' being passed to the called function.

dbup changes the current workspace context (at a breakpoint) to the workspace of the calling M-file.

Multiple dbup functions change the workspace context to each previous calling M-file on the stack until the base workspace context is reached. (It is not necessary, however, to move back to the current breakpoint to continue execution or to step to the next line.)

No comments:

Post a Comment