代码搜索:MatLab

找到约 10,000 项符合「MatLab」的源代码

代码结果 10,000
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/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);