马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
最近发现了一些特殊的函数,根本看不到相关的信息!
y = imhistc(int16touint16(a), n, isScaled, top); % Call MEX file to do work.
这句在imhist的源码里- >> help imhistc
- imhistc.m not found.
- Use the Help browser Search tab to search the documentation, or
- type "help help" for help command options, such as help for methods.
- >> lookfor imhistc
- IMHISTC Image histogram.
复制代码 而在histeq的源码里的grayxform就更离奇了
if kind == 1 % Modify intensity image
b = grayxform(a, T);- >> help grayxform
- grayxform.m not found.
- Use the Help browser Search tab to search the documentation, or
- type "help help" for help command options, such as help for methods.
- >> lookfor grayxform
- grayxform not found.
复制代码 什么都找不到,却可以运行。怎么回事?还有Call MEX file to do work.谁有更多关于mex文件的信息,希望可以共享下,先谢了:handshake
补充下:我用的版本是matlab7.0.4
[ 本帖最后由 eight 于 2007-12-25 16:01 编辑 ] |