Google+ 機動學論壇(TALKING MECHANISMS): MATLAB完整指令對照表

2007年5月31日 星期四

MATLAB完整指令對照表


b94611001 歐陽太閒

由於我們在使用MATLAB的過程中,常常會為了尋找一個適當的指令而花費許多時間,或者有更適當的指令但卻不會使用,而網路上的資料常常過於零碎,或者由於語言的隔閡,使得我們常常漏失寶貴的資訊,無法發揮MATLAB的強大功能,因此在網路上搜尋MATLAB指令對照表並排版之,可以快速搜尋指令,並且搭配help使用.

由於篇幅過大,故放在我的個人空間,請移駕以下網址
http://homepage.ntu.edu.tw/~b94611001/matlab.html

其內容包括
1 常用指令(General Purpose Commands)
2 運算符和特殊算符(Operators and special characters)
3 程式語言結構(Programming language constructs)
4 基本矩陣函數和操作(Elementary matrices and matrix manipulation)
5 基本數學函數(Elementary math functions)
6 特殊函數(Specialized math functions)
7 矩陣函數和數值線性代數(Matrix functions-numerical linear algebra)
8 資料分析和傅�葉變換(Date analysis and Fourier transforms)
9 音頻支援(Audio support)
10 插補多項式函數(Interpolation and polynomials)
11 數值泛函函數和ODE 解算器(Function functions and ODE solvers)
12 二維圖形函數(Two dimensional graphs)
13 三維圖形函數(Three dimensional graphs)
14 特殊圖形(Specialized graphs)
15 控制碼圖形(Handle Graphics)
16 圖形用戶介面工具(Graphical user interface tools)
17 字串(Character string)
18 檔輸入/輸出(File input/output)
19 時間和日期(Time and dates)
20 資料類型(Data types and structures)
21 範例(E xamples and demonstrations)
22 符號工具包(Symbolic Math Toolbox)
23 其他