MAMBO logo MAMBO & the MAMBO Toolbox MAMBO logo

DeclareStates — Declaration of implicitly time-dependent variables [mupad/matlab]

DeclareStates(q1, ..., qn)

q1, ..., qn: names

The function DeclareStates establishes the names q1, ..., qn as implicitly time-dependent variables.

The function DeclareStates results in permanent changes to the global variables GlobalExplicit and GlobalImplicit.

Restart():
DeclareStates(q1,q2,u1):
print(GlobalExplicit);

GlobalExplicit

print(GlobalImplicit);

Global Implicit


Toolbox functions