代码搜索:MATlab
找到约 10,000 项符合「MATlab」的源代码
代码结果 10,000
www.eeworm.com/read/456224/6278834
m ex72_matlab.m
% Ex. 7.2
% using MATLAB fmincom unction
%
x0 = [0.55 0.5];
lb = [0.02 0.02];
ub = [1.0 1.0];
%x = fmincon('Ofun_741',x0,[],[],[],[],lb,ub,'Con_741_matlab')
x = constr('Con_741_matlab',x0)
www.eeworm.com/read/456224/6278840
m con_741_matlab.m
function [fun, ineqty] = Con_741_matlab(x)
% Inequality constraint vector
fun = x(1)*x(1) - x(2)*x(2);
ineqty= [(2.5509*x(1)*x(1) +0.1361*x(1) -33.148*(x(1)^4 - x(2)^4)), ...
(0.0488 +1.46
www.eeworm.com/read/261123/6328475
doc fft的matlab程序.doc
www.eeworm.com/read/426742/6330835
txt id3matlab.txt
function D = ID3(train_features, train_targets, params, region)
% Classify using Quinlan′s ID3 algorithm
% Inputs:
% features - Train features
% targets - Train targets
% params - [Number o
www.eeworm.com/read/493774/6390264
pdf programming matlab and c++.pdf
www.eeworm.com/read/493803/6391074
pdf engineering - matlab programming.pdf
www.eeworm.com/read/493320/6400837
doc lindo&matlab实验.doc
www.eeworm.com/read/492735/6408378