File:Mesh.png

Summary

Description
עברית: הפונקציה יוצרת גרף תלת מימדי. מקבלת וקטורים x,y ומטריצה z. כאשר x הוא באורך השורות במטריצה, y הוא באורך העמודות והמטריצה z חייבת להיות במימדים התואמים לוקטורים. שימו לב לשינוי בצבע. שינוי זה מציין את הגובה (בגרף זה השינויים ב-Z ) הצבעים המוכרים לכולנו ממפות גיאגרפיות.

Source code

x=[0:pi/90:2*pi]';
y=x';
z=sin(x*y);
mesh(x,y,z);
Date
Source Own work
Author שומבלע
PNG development
InfoField
 This diagram was created with MATLAB.
Category:PNG created with MATLAB#Mesh.png

Licensing

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.
Category:CC-BY-SA-3.0-migrated#Mesh.pngCategory:License migration completed#Mesh.pngCategory:GFDL#Mesh.png Category:Created with GNU Octave Category:Surface plots Category:Images with MATLAB source code
Category:CC-BY-SA-3.0-migrated Category:Created with GNU Octave Category:GFDL Category:Images with MATLAB source code Category:License migration completed Category:PNG created with MATLAB Category:Surface plots