matlab第一章作业.doc

上传人:新** 文档编号:556165097 上传时间:2022-11-02 格式:DOC 页数:4 大小:34.01KB
返回 下载 相关 举报
matlab第一章作业.doc_第1页
第1页 / 共4页
matlab第一章作业.doc_第2页
第2页 / 共4页
matlab第一章作业.doc_第3页
第3页 / 共4页
matlab第一章作业.doc_第4页
第4页 / 共4页
亲,该文档总共4页,全部预览完了,如果喜欢就下载吧!
资源描述

《matlab第一章作业.doc》由会员分享,可在线阅读,更多相关《matlab第一章作业.doc(4页珍藏版)》请在金锄头文库上搜索。

1、 help inv INV Matrix inverse. INV(X) is the inverse of the square matrix X. A warning message is printed if X is badly scaled or nearly singular. See also slash, pinv, cond, condest, lsqnonneg, lscov. Overloaded functions or methods (ones with the same name in other directories) help gf/inv.m help z

2、pk/inv.m help tf/inv.m help ss/inv.m help lti/inv.m help frd/inv.m help idmodel/inv.m help sym/inv.m Reference page in Help browser doc inv help plot PLOT Linear plot. PLOT(X,Y) plots vector Y versus vector X. If X or Y is a matrix, then the vector is plotted versus the rows or columns of the matrix

3、, whichever line up. If X is a scalar and Y is a vector, length(Y) disconnected points are plotted. PLOT(Y) plots the columns of Y versus their index. If Y is complex, PLOT(Y) is equivalent to PLOT(real(Y),imag(Y). In all other uses of PLOT, the imaginary part is ignored. Various line types, plot sy

4、mbols and colors may be obtained with PLOT(X,Y,S) where S is a character string made from one element from any or all the following 3 columns: b blue . point - solid g green o circle : dotted r red x x-mark -. dashdot c cyan + plus - dashed m magenta * star (none) no line y yellow s square k black d

5、 diamond v triangle (down) triangle (up) triangle (right) p pentagram h hexagram For example, PLOT(X,Y,c+:) plots a cyan dotted line with a plus at each data point; PLOT(X,Y,bd) plots blue diamond at each data point but does not draw any line. PLOT(X1,Y1,S1,X2,Y2,S2,X3,Y3,S3,.) combines the plots de

6、fined by the (X,Y,S) triples, where the Xs and Ys are vectors or matrices and the Ss are strings. For example, PLOT(X,Y,y-,X,Y,go) plots the data twice, with a solid yellow line interpolating green circles at the data points. The PLOT command, if no color is specified, makes automatic use of the col

7、ors specified by the axes ColorOrder property. The default ColorOrder is listed in the table above for color systems where the default is blue for one line, and for multiple lines, to cycle through the first six colors in the table. For monochrome systems, PLOT cycles over the axes LineStyleOrder pr

8、operty. If you do not specify a marker type, PLOT uses no marker. If you do not specify a line style, PLOT uses a solid line. PLOT(AX,.) plots into the axes with handle AX. PLOT returns a column vector of handles to lineseries objects, one handle per plotted line. The X,Y pairs, or X,Y,S triples, ca

9、n be followed by parameter/value pairs to specify additional properties of the lines. For example, PLOT(X,Y,LineWidth,2,Color,.6 0 0) will create a plot with a dark red line width of 2 points. Backwards compatibility PLOT(v6,.) creates line objects instead of lineseries objects for compatibility wit

10、h MATLAB 6.5 and earlier. See also plottools, semilogx, semilogy, loglog, plotyy, plot3, grid, title, xlabel, ylabel, axis, axes, hold, legend, subplot, scatter. Overloaded functions or methods (ones with the same name in other directories) help phytree/plot.m help cfit/plot.m help fints/plot.m help

11、 idmodel/plot.m help idfrd/plot.m help iddata/plot.m help cgrules/plot.m help xregtwostage/plot.m help xregtransient/plot.m help xregmodel/plot.m help xregarx/plot.m help localmulti/plot.m help localmod/plot.m help localavfit/plot.m help sweepset/plot.m help mdevtestplan/plot.m help cgdatasetnode/pl

12、ot.m help mpc/plot.m help dspdata/plot.m help wdectree/plot.m help ntree/plot.m help dtree/plot.m help wvtree/plot.m help rwvtree/plot.m help edwttree/plot.m Reference page in Help browser doc plot help max MAX Largest component. For vectors, MAX(X) is the largest element in X. For matrices, MAX(X) is a row vector containing the maximum element from each column. For N-D arrays, MAX(X) operates along the first non-singleton dimension. Y,I = MAX(X) returns the indices of the maximum val

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 生活休闲 > 社会民生

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号