MATLAB Function Reference
  Go to function:
    Search    Help Desk 
dbup    See Also

Change local workspace context

Syntax

Description

This command allows you to examine the calling M-file by using any other MATLAB command. 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 commands 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.)

See Also

dbclear, dbcont, dbdown, dbquit, dbstack, dbstatus, dbstep, dbstop, dbtype



[ Previous | Help Desk | Next ]