File:Scilab exemple 3d.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Scilab_exemple_3d.png(523 × 461 pixels, file size: 10 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Exemple de graphique que l'on obtient avec Scilab


Example of graphic that can be made with Scilab


Programme Scilab :

clear
clf

deff('[z]=f(x,y)','z=10*exp(-(x^2+y^2))')

xset('colormap',jetcolormap(32))

x=[-3:0.1:3]';y=x;z=feval(x,y,f);

subplot(2,2,1)
grayplot(x,y,z)

subplot(2,2,2)
contour2d(x,y,z,5)

subplot(2,2,3)
plot3d1(x,y,z,0,90)

subplot(2,2,4)
plot3d1(x,y,z,70,70)

Auteur/author : Christophe Dang Ngoc Chan (cdang)

Licensing[edit]

GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
This licensing tag was added to this file as part of the GFDL licensing update.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current12:50, 7 October 2005Thumbnail for version as of 12:50, 7 October 2005523 × 461 (10 KB)Cdang (talk | contribs)Exemple de graphique que l'on obtient avec [http://www.scilab.org/ Scilab] ---- Example of graphic that can be made with [http://www.scilab.org/ Scilab] ---- Programme Scilab : clear clf deff('[z]=f(x,y)','z=10*exp(-(x^2+y^2))') xset('colormap'

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file: