标题:库函数问题
只看楼主
vfdff
Rank: 6Rank: 6
等 级:侠之大者
威 望:8
帖 子:2172
专家分:425
注 册:2005-7-15
结帖率:79.17%
 问题点数:0 回复次数:0 
库函数问题
在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中的哪个库文件呢 ??
搜索更多相关主题的帖子: mean2 函数库 
2008-06-26 00:35



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-221274-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.183527 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved