plot

Syntax: plot(x,y [option])option x and y are equalized vectors. option is a string, specifying color (one of r,g,b,y,m,c,w,k) and symbol (one of +,*,o,x).

Description: plot data

Group: plot

Note:

Example:
x=0:0.1:10; y=sin(x)plot(x,y)

Also see:

Implemented in: LambdaPLOT.java