- 11
- 0
- 约1.65万字
- 约 12页
- 2017-02-16 发布于江苏
- 举报
1.5 MATLAB 的在线帮助系统
MATLAB提供了大量的函数和命令,如果想记住所有的函数及其调用格式几乎是不可能的。为此,MATLAB提供了非常方便的在线帮助的功能,用户可以容易地获得对想查询的各个函数的信息。在线查询可以由命令help来获得。
1.5.1 查询某一命令或函数
如果你要对某一命令或函数进行查询,直接在help后跟上该命令或函数名即可,即用下列程序
help 函数(命令)名
可得到帮助,例如
》help feval
屏幕显示内容如下:
FEVAL Execute function specified by string.
If F is a string containing the name of a function (usually
defined by an M-file), then FEVAL(F,x1,...,xn) evaluates
that function at the given arguments.
For example, F = foo, FEVAL(F,9.64) is the same as foo(9.64).
FEVAL is usually used inside functions which have the names of
other functions as arguments. Examples include FZERO and EZPLOT.
[y1,..,yn] = FEVAL(F,x1,...,xn) returns multiple output arguments.
Within methods that overload built-in functions, use
BUILTIN(FUN,...) to execute the original built-in function.
See also BUILTIN.
Overloaded methods
help inline/feval.m
1.5.2 查询MATLAB所有的主题
单独使用help命令,MATLAB将列出所有的主题。即
》help
屏幕显示内容如下:
HELP topics:
matlab\general - General purpose commands.
matlab\ops - Operators and special characters.
matlab\lang - Programming language constructs.
matlab\elmat - Elementary matrices and matrix manipulation.
matlab\elfun - Elementary math functions.
matlab\specfun - Specialized math functions.
matlab\matfun - Matrix functions - numerical linear algebra.
matlab\datafun - Data analysis and Fourier transforms.
matlab\polyfun - Interpolation and polynomials.
matlab\funfun - Function functions and ODE solvers.
matlab\sparfun - Sparse matrices.
matlab\graph2d - Two dimensional graphs.
matlab\graph3d - Three dimensional graphs.
matlab\specgraph - Specialized graphs.
matlab\graphics - Handle Graphics.
matlab\uitools - Graphical user interface tools.
matlab\strfun - Character strings.
matlab\iofun - File input/output.
matlab\timefun - Time and dates.
matlab\datatypes - Data types and structures.
matlab\winfun - Windows Operati
您可能关注的文档
- 《广播电视音像资料编目规范》电视资料标准设计说明【DOC精选】.doc
- 《平面直角坐标系》教学设计【DOC精选】.doc
- 《应用离散数学》方景龙版-. 等价关系与划分【DOC精选】.doc
- 《平面直角坐标系》说课【DOC精选】.doc
- 《平面直角坐标系》教学设计第二稿【DOC精选】.doc
- 《应用离散数学》方景龙版-. 二元关系及其运算【DOC精选】.doc
- 《廉颇蔺相如列传》古文知识积累卡【DOC精选】.doc
- 《建筑工程测量》第次课【DOC精选】.doc
- 《必修 .人口的数量变化学案》【DOC精选】.doc
- 《弹性力学》试题参考答案(参考题)【DOC精选】.doc
- 2025-2026学年天津市和平区高三(上)期末数学试卷(含解析).pdf
- 2025-2026学年云南省楚雄州高三(上)期末数学试卷(含答案).pdf
- 2025-2026学年甘肃省天水市张家川实验中学高三(上)期末数学试卷(含答案).docx
- 2025-2026学年福建省厦门市松柏中学高二(上)期末数学试卷(含答案).docx
- 2025-2026学年广西钦州市高一(上)期末物理试卷(含答案).docx
- 2025-2026学年河北省邯郸市临漳县九年级(上)期末化学试卷(含答案).docx
- 2025-2026学年河北省石家庄二十三中七年级(上)期末历史试卷(含答案).docx
- 2025-2026学年海南省五指山市九年级(上)期末化学试卷(含答案).docx
- 2025-2026学年河北省唐山市玉田县九年级(上)期末化学试卷(含答案).docx
- 2025-2026学年河北省邢台市市区九年级(上)期末化学试卷(含答案).docx
原创力文档

文档评论(0)