What Different Plotting Options Does MATRIXx Have?
Primary Software: MATRIXx
Primary Software Version: 7.1
Primary Software Fixed Version: N/A
Secondary Software: N/A
Problem: I want to plot some data in Xmath, what options do I have? I have tried using the plot keyword but is there an easier way to setup a bode type plot? Is there a way to pick values of a graph?
Solution: Xmath offers several different plotting options. Many of them are based on the graph object (the result of the plot command). Below is a list of Xmath plot commands along with a short description of each one. Type help <command> in Xmath to get help on an individual command. For a general discussion on plotting in Xmath type 'help plotting' as well as see
Chapter 4: Graphics in the Xmath Users Guide.
PLOT-based
| ---------- Function Name ---------- | ---------- Description ---------- |
| plot | Plot is the basic graphing command. Almost any plot can be achieved by using the keywords. |
| oscope | Acts like an oscilloscope by breaking signal up into sections based on triggers |
| anigraph | Generates an animated graph based on channels in a PDM |
| eyepattern | Produces an eye pattern graphical display |
| impplot | Plots data as discrete impulses |
|
| xgraph | Provides default plots for signal analysis |
|
| histogram | Calculates and plots histogram based on dataset. |
| ctrlplot | Offers a variety of common control design plots such as bode, nyquist, and nichols |
PLOT-based (Dynamic Systems)
UIPLOT-based
| ---------- Function Name ---------- | ---------- Description ---------- |
| uiplot | Used for creating plots in PGUI (programmable user interface) programming |
| qplot | Wrapper for uiplot so that it is not necessary to create the PGUI tool and window. Allows for multiple plots. |
| mtxplt | Interactive tool for viewing multi-channel PDMs. Allows picking values from the graph. |
OTHER
| ---------- Function Name ---------- | ---------- Description ---------- |
| plot2d | Allows for multiple plot windows. Uses keywords from both uiplot and plot commands. |
| pdmplot | Plotting of channels from a pdm. GUI keyword chooses if uiplot or plot command is used. |
Related Links:
Attachments:
Report Date: 11/22/2004
Last Updated: 12/09/2004
Document ID: 3FLDL3OH