File:Mesh.png
Summary
| Description |
עברית: הפונקציה יוצרת גרף תלת מימדי. מקבלת וקטורים x,y ומטריצה z. כאשר x הוא באורך השורות במטריצה, y הוא באורך העמודות והמטריצה z חייבת להיות במימדים התואמים לוקטורים. שימו לב לשינוי בצבע. שינוי זה מציין את הגובה (בגרף זה השינויים ב-Z ) הצבעים המוכרים לכולנו ממפות גיאגרפיות.
Source codex=[0:pi/90:2*pi]';
y=x';
z=sin(x*y);
mesh(x,y,z);
|
| Date | |
| Source | Own work |
| Author | שומבלע |
| PNG development |
Licensing
| 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. |
| This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license. | ||
| ||
| This licensing tag was added to this file as part of the GFDL licensing update. |