תכנות נומרי עם Matlab ו-Octave/הכנה: הבדלים בין גרסאות בדף

תוכן שנמחק תוכן שנוסף
Atavory (שיחה | תרומות)
Atavory (שיחה | תרומות)
שורה 65:
 
כאשר רוצים לדעת מה פונקציה מסוימת מבצעת ואיך היא בנויה, מקלידים help ולאחריו שם הפונקציה.
 
{{דוגמה|תוכן=
 
<source lang = "matlab">
octave:2> help sin
-- Mapping Function: sin (X)
Compute the sine of each element of X.
 
sin is a built-in mapper function
 
Additional help for built-in functions and operators is
available in the on-line version of the manual. Use the command
`doc <topic>' to search the manual index.
 
Help and information about Octave is also available on the WWW
at http://www.octave.org and via the help@octave.org
mailing list.
</source>
}}
 
=== חיפוש ===