Overview
This HyperGraph templex script receives an array of numbers as independent variables and calculates the step function as defined in the MotionSolve .xml reference guide.
Usage/Installation Instructions
1) In the file menu go to tools->templex funcitons.
2) In the templex functions panel select "add".
3) Click on the folder icon in the lower right corner of the panel and open the step.tpl file.
4) After templex file is loaded, click on the "apply" button.
5) Open the "Define Curves" panel by selecting the icon that has a curve and a green plus sign in the upper right corner.
1) Create a 1-dimensional array of numbers for the independent variable or use the independent variables of another curve in HyperGraph in the "x" input box in the "Define Curves" panel.
2) In the "y" input box, input step(indep, x0, y0, x1, y1) where: * indep = the independent array. * x0 = The value of the independent variable at which the step function begins. * y0 = The value of the step function at x0 * x1 = The value of the independent variable at which the step function ends. * y1 = The value of the step function at x1 Please open the attached video file in a web browser with Adobe flash player installed for an example.
Functionality
XY Plots
Subfunctionality
Define Curves, Macros