MAMBO logo MAMBO & the MAMBO Toolbox MAMBO logo

Undo — Undo last change to global variables [mupad/matlab]

Undo()

The procedure Undo undoes any changes to the global variables that resulted from the previous function call. It has no effect on other variables that the user may have defined using objects stored in the global variables.

Restart():
print(GlobalObserverDeclarations);

Empty Table

DeclareObservers(A,B):
print(GlobalObserverDeclarations);

Global Observer Declarations

Undo():
print(GlobalObserverDeclarations);

Empty Table


Toolbox functions