1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
ANIMXY_f Scilab Group Scicos Block ANIMXY_f
NAME
ANIMXY_f - Scicos 2D animated visualization block
DESCRIPTION
This block realizes the visualization of the evolution of the two regular
input signals by drawing the second input as a function of the first at
instants of events on the event input port.
DIALOGUE PARAMETERS
Curve colors : an integer. It is the color number (>=0) or marker
type (<0) used to draw the evolution of the input
port signal. See xset() for color (dash type)
definitions.
Line or mark size : an integer.
Output window number : The number of graphic window used for the display.
It is often good to use high values to avoid conflict
with palettes and Super Block windows. If you have
more than one scope, make sure they don't have the
same window numbers (unless superposition of the
curves is desired).
Output window position
: a 2 vector specifying the coordinates of the upper left corner of the
graphic window. Answer [] for default window
position.
Output window size : a 2 vector specifying the width and height of
the graphic window. Answer [] for default window
dimensions.
Xmin, Xmax : Minimum and maximum values of the first input;
used to set up the X-axis of the plot in the graphics
window.
Ymin, Ymax : Minimum and maximum values of the second input;
used to set up the Y-axis of the plot in the
graphics window.
Buffer size : an integer. In order to minimize the number of
graphics outputs, data may buffered.
REMARKS
Output window number, Output window size, Output window position are only
taken into account at the initialisation time of the simulation.
SEE ALSO
SCOPE_f, EVENTSCOPE_f, SCOPXY_f
|