[scilab-Users] hi need help.

CRETE Denis denis.crete at thalesgroup.com
Mon Jan 9 16:51:25 CET 2012


Hello!
Simplest case:
r=1; // radius of the circle = unity
t=0:0.01:2*%pi; //row vector of "angle values" in radians from 0 to 2pi by steps of 0.01 rd
t=t'; // transposition, as plot2d will require column vectors for cartesian coordinates x and y
plot2d(r*cos(t),r*sin(t)); // or x=r*cos(t); y=r*sin(t); plot2d(x,y);
HTH
Denis
Unité Mixte de Physique CNRS / THALES
1 Avenue Augustin Fresnel
91767 Palaiseau CEDEx - France
Tel : +33 (0)1 69 41 58 52
Fax : +33 (0)1 69 41 58 78
e-mail : denis.crete at thalesgroup.com<mailto:denis.crete at thalesgroup.com>
http://www.trt.thalesgroup.com/ump-cnrs-thales
http://www.research.thalesgroup.com/

GPS:  Long. : E  2° 12' 7
      Lat.  : N 48° 42' 52

The information contained in this e-mail/fax and any attachments are the property of THALES and may be confidential. If you are not the intended recipient, please notify us immediately, send this message back to us and destroy it. You are hereby notified that any review, dissemination, distribution, copying or otherwise use of this e-mail/fax is strictly prohibited.

De : รђгee [mailto:shreesha2008 at gmail.com]
Envoyé : lundi 9 janvier 2012 16:01
À : users at lists.scilab.org
Objet : [scilab-Users] hi need help.


Hi i.m  using sci lab and need to know the instructions to plot a circle of  unit radius. The commands and their meanings. Also commands to plot sphere and 2 d and 3d graphs. Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20120109/ea800870/attachment.htm>


More information about the users mailing list