代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/233628/14144932
pdf matlab5.x入门与应用.pdf
www.eeworm.com/read/232022/14211522
ppt matlab工程应用基础_2_1.ppt
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
www.eeworm.com/read/225552/14535404
pdf 数字信号处理及matlab实现.pdf
www.eeworm.com/read/225115/14555493
pdf matlab_c_c++_compiler_suite_2.1.pdf
www.eeworm.com/read/224701/14571349
ppt 第二章 matlab语言基础.ppt
www.eeworm.com/read/224590/14582075
ppt 第9章 matlab符号计算.ppt
www.eeworm.com/read/224590/14582077