注册 登录
编程论坛 Matlab

库函数问题

vfdff 发布于 2008-06-26 00:35, 1349 次点击
在matlab中输入下面的命令:
help mean2
The element type "name" must be terminated by the matching end-tag "</name>".
Could not parse the file: d:\program_files\matlab7\toolbox\ccslink\ccslink\info.xml
 MEAN2 Compute mean of matrix elements.
    B = MEAN2(A) computes the mean of the values in A.
 
    Class Support
    -------------
    A can be numeric or logical. B is a scalar of class double.
 
    Example
    -------
        I = imread('liftingbody.png');
        val = mean2(I)
   
    See also mean, std, std2.

    Reference page in Help browser
       doc mean2
显然matlab中存在这个mean2函数,但是我该怎么确定这个函数属于matlab中的哪个库文件呢 ??
0 回复
1