[scilab-Users] About 3D vector field plot

Serge Steer Serge.Steer at inria.fr
Tue Aug 16 09:54:11 CEST 2011


Le 15/08/2011 17:37, Jorge Ortega a écrit :
>
> Hi Scilab
>
>  
>
> I am inexperienced in the use of the software Scilab...  but I need to
> draw a vector field in 2 dimension and 3 dimension. How I can do this?
>
>  
>
> Thanks for the answer
>
>  
>
> Jorge Ortega
>
>
>
> __________ Information from ESET NOD32 Antivirus, version of virus
> signature database 6379 (20110815) __________
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com
For 2D vector fields you can use the champ or champ1.sci. The 3D vector
fields are not yet implemented but you may try the attached function
champ3d1

champ3d1(x,y,z,fx,fy,fz [,arfact])
x,y,z, are vectors that define the grid
fx,fy,fz are 3D arrays that define the cpmponents of the vector field
(fx(i,j,k) is the is the x component of the vector field at point
(x(i),y(j),z(k)) )


Serge Steer
INRIA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20110816/317c0a53/attachment.htm>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: champ3d1.sci
URL: <https://lists.scilab.org/pipermail/users/attachments/20110816/317c0a53/attachment.ksh>


More information about the users mailing list