代码搜索:MATlab
找到约 10,000 项符合「MATlab」的源代码
代码结果 10,000
www.eeworm.com/read/362226/10011782
pdf matlab信号处理详解 .pdf
www.eeworm.com/read/361698/10039110
txt matlab图像处理命令.txt
1.applylut
功能:
在二进制图像中利用lookup表进行边沿操作.
语法:
A = applylut(BW,lut)
举例
lut = makelut('sum(x() == 4',2);
BW1 = imread('text.tif');
BW2 = applylut(BW1,lut);
www.eeworm.com/read/165901/10047100
pdf matlab基础实验讲义.pdf
www.eeworm.com/read/361359/10056999
doc tutorial for the hht matlab.doc
www.eeworm.com/read/360982/10070729
pdf matlab programming for engineers.pdf
www.eeworm.com/read/360782/10078583
pdf matlab编程学习课件.pdf
www.eeworm.com/read/164613/10100035
rar matlab6src.rar
www.eeworm.com/read/164566/10103098
chm 学用matlab.chm
www.eeworm.com/read/164399/10111075
txt tsp matlab genetic.txt
function TSPga(tspdist,termops,popsize,pm,alpha)
%全国计算机仿真大奖赛第三题程序(旅行商TSP问题)
%tspdist:距离矩阵
%termops:种群代数 ,推荐40-300
%popsize:每代染色体的个数, 推荐60-450
%pm:变异概率, 推荐0.1-0.3 pm越大,参与均匀变异的染色体越多, 比如pm=0.2,则参与变
www.eeworm.com/read/359658/10131472
h svm_model_matlab.h
const char *model_to_matlab_structure(mxArray *plhs[], int num_of_feature, struct svm_model *model);
const char *matlab_matrix_to_model(struct svm_model *model, const mxArray *matlab_struct);