Man Scilab

champ1
Scilab Function

champ1 - 2D vector field plot with colored arrows

Calling Sequence

champ1(x,y,fx,fy,[arfact,rect,strf])

Parameters

Description

champ1 draws a 2D vector field with colored arrows. The color of the arrows depends on the intensity of the field.

If you want arrows proportional to the intensity of the field, use champ .

Enter the command champ1() to see a demo.

Examples


champ1(-5:5,-5:5,rand(11,11),rand(11,11),rect=[-10,-10,10,10],arfact=2)
 
  

See Also

champ ,   fchamp ,   plot2d ,  

Author

J.Ph.C.

Back