代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/385838/8787139
rar face recognition by matlab.rar
www.eeworm.com/read/385805/8788196
h svm_model_matlab.h
const char *model_to_matlab_structure(mxArray *plhs[], int num_of_feature, struct svm_model *model);
struct svm_model *matlab_matrix_to_model(const mxArray *matlab_struct, const char **error_message);
www.eeworm.com/read/385805/8788213
c svm_model_matlab.c
#include
#include
#include "svm.h"
#include "mex.h"
#if MX_API_VER < 0x07030000
typedef int mwIndex;
#endif
#define NUM_OF_RETURN_FIELD 10
#define Malloc(type,n) (type *)mal
www.eeworm.com/read/429730/8792193
djvu scientific.computing.with.matlab.djvu
www.eeworm.com/read/429311/8811146
wmv matlab学习basic.wmv
www.eeworm.com/read/429083/8819666
pdf matlab学习指南.pdf
www.eeworm.com/read/428810/8839613
txt matlab otsu法分割.txt
***************************************************************************************************************************************************************
OTSU法对于具有双峰性质的灰度图像或是彩色图像的某一通道的分割效果很好,
www.eeworm.com/read/428810/8839638
txt matlab susan改进算法.txt
susan改进算法2008年05月24日 星期六 17:50function [EDG] = edgemap(IM, TR, KR, NR, OP)
% =====================================================================
% File name : edgemap.m
% File Type
www.eeworm.com/read/428810/8839647
txt matlab 模糊综合评判.txt
模糊综合评判<mark>matlab</mark>源程序2008年07月20日 星期日 16:48
1.原理
模糊综合评判方法即将评价目标看成是由多种因素组成的模糊集合(称为因素集u),再设定这些因素所能选取的评审等级,组成评语的模糊集合(称为评判集v),分别求出各单一因素对各个评审等级的归属程度(称为模糊矩阵),然后根据各个因素在评价目标中的权重分配,通过计算(称为模糊矩阵合成),求出评价的定量解值。它是应用模糊 ...
www.eeworm.com/read/428810/8839653
txt matlab f统计量.txt
F统计量<mark>matlab</mark>源程序2008年07月15日 星期二 02:48 最近在研究模糊综合评判,物元可拓模型,灰色关联度,这些模型中其中共同的的一点是权重问题,在判别中师兄的小论文中提出用F统计量定权的方法,既组间差异与组内差异的比值(相同自由度下,因此要除以自由度),比值越大,表明该因子的区别群组的能力越强,因此权重越大,使用Spss可以方便的得到F值,但是在系统的集成中必须使用我们自己 ...