National Instruments 370760B-01 Calculator User Manual


 
392 APPENDICES
The functionally equivalent commands will be listed, in each sub-section, for
convenience. A more detailed discussion is given to illustrate the more subtle differences
in the mu and D-K iteration aspects. More importantly, the Himat demo is available in
both µ-Tools and Xµ. For a fast start on moving between platforms, study these demos
side by side.
A.1 Data Objects
The underlying data structure in Matlab is the complex valued matrix, whereas in
Xmath there various other objects available: polynomials, transfer functions, parameter
dependent matrices, and dynamic systems.
system/Dynamic System Functions
The µ-Tools functions for creating and manipulating the systemmatrix have no Xµ
equivalent as the underlying Xmath operators can directly handle the dynamic system
and transfer function data objects.
Also residing within the Xmath state-space object is the initial state. This is used
primarily for time response calculations. It is debatable whether or not the initial state
is an intrinsic attribute of the system as one frequently changes it for simulation. It does
have the advantage of reducing the time response calculation to a simple multiplication
and it can easily be changed without accessing all of the other system variables.
The following table illustrates the equivalent functions, or indicates the data objects
which provide the same functionality.