代码搜索:MATLAB

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

代码结果 10,000
www.eeworm.com/read/130009/14212104

txt 层次分析法的matlab程序.txt

disp('请输入判断矩阵A(n阶)'); A=input('A='); %矩阵改良 B=log10(A); C=zeros(5); for j=1:5 for i=1:5 s=0; for k=1:5 a=B(j,k)-B(i,k); s=s+a; end C(j,i)=1/5*s; end end A1=10.^C; %改良后的矩阵为A1,以下为
www.eeworm.com/read/227467/14422979

txt id3算法的matlab实现.txt

id3算法的matlab实现[转帖] function D = ID3(train_features, train_targets, params, region) % Classify using Quinlan´s ID3 algorithm % Inputs % features - Train features % targets - Train ta
www.eeworm.com/read/227103/14440970

txt 用matlab写的串口接收程序.txt

%%%%%%%%%%%%%%%%%%%%%%%%串口接收函数%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%thomas1847,2007.1.22%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %注:查询方式 function serialcomm