[VCLab-Main] [Software] [Matlab Plugin][Miscellaneous Functions Example]


Miscellaneous Functions Example

The Functions Example shows


Hidden Embedding
<EMBED TYPE="application/x-matlab" DISPLAY="false" NAME="matlab" WIDTH="5" HEIGHT="5">

The white square dot of 5x5 pixels above between the words Hidden and Embedding represents the plugin window.

At first, try all steps below from top to bottom, then any sequence.
The text fields are for entering MATLAB commands or variable definitions. Feel free to change entries.
Pressing a button will execute the method shown on the button label.

Enter statement to define variables for later use and press button
Enter boolean expression and press button Result
The boolean expression is evaluated in MATLAB and the result is shown here:
Enter variable name, indices and press button Result
i = j = The matrix will be transferred from the MATLAB workspace to the plugin matrix storage and the element (i,j) will be get and shown here:
Enter variable name, index and press button Result
i = The string matrix will be transferred from the MATLAB workspace to the plugin matrix storage and the element (i) will be get and shown here:
Enter variable name and press button Result

The matrix will be transferred from the MATLAB workspace to the plugin matrix storage and then converted to a LaTeX string shown below. The LaTeX string will also be displayed by the dHotEqn applet.

Enter LaTeX string, variable name and press buttons Result

The matrix in LaTeX notation will be transferred to the plugin matrix storage. The content of the plugin matrix storage will be put to the MATLAB workspace and given the variable name as specified. Below the content of this variable will be displayed by the dHotEqn applet.

Press button to get matrix from matrix storage Result

The matrix of the plugin matrix storage will be converted to LaTeX notation and shown below.

Press buttons Result
 
The number of rows and columns will be get from the plugin matrix storage.

Press buttons Result
The user level of the plugin and MATLAB workspace will be set. It can be get from the MATLAB workspace and shown here:
Press buttons Result
 
The version level of each software component will be shown below:
Enter matrix to be removed from MATLAB workspace and press Button
Removed all from MATLAB workspace

[VCLab-Main] [Software] [Matlab Plugin][Miscellaneous Functions Example]


©CS 1996, 1997, 1998, 2001