2.3 線上說明


在MATLAB系統中相關的線上(on-line)求助方式有三:

  1. 是利用help指令,如果你已知要找的題材 (topic) 為何的話,直接鍵入help <topic>。所以即使身旁沒有使用手冊,也可以使用help指令查詢不熟悉的指令或是題材之用法,例如help sqrt, help topic
  2. 是利用lookfor指令,它可以從你鍵入的關鍵字(key-word)(即始這個關鍵字並不是MATLAB的指令)列出 所有相關的題材,例如lookfor cosine, lookfor sine
  3. 是利用指令視窗的功能選單中的Help,從中選取Table of Contents(目錄)或是Index(索引)。

例如

>> help sqrt

SQRT Square root.

SQRT(X) is the square root of the elements of X. Complex

results are produced if X is not positive.

>> help monkey

monkey not found.

>>* lookfor tangent

ACOT Inverse cotangent.

ACOTH Inverse hyperbolic cotangent.

ATAN Inverse tangent.

ATANH Inverse hyperbolic tangent.

ATAN2 Four quadrant inverse tangent.

COT Cotangent.

COTH Hyperbolic cotangent.

TAN Tangent.

TANH Hyperbolic tangent.

>> help atan

ATAN Inverse tangent.

ATAN(X) is the arctangent of the elements of X. See also ATAN2.



上一頁 下一頁 講義大綱