代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/343831/11922231
m p1.m
x=-1.5:0.1:0.5;
u=0.5*x.^2+0.5*(1./(0.5-x)-0.5).^2;
[u_min,i_min]=min(u);
x_text=['x=',num2str(x(i_min))];
u_text=['u=',num2str(u_min)];
min_text=char('minimum',x_text,u_text);
plot(x,u,'b')
ho
www.eeworm.com/read/147096/12584518
m constr.m
function [x, OPTIONS,lambda, HESS]=constr(FUN,x,OPTIONS,VLB,VUB,GRADFUN,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15)
%CONSTR Finds the constrained minimum of a function of several variables.
www.eeworm.com/read/147096/12584931
m constr.m
function [x, OPTIONS,lambda, HESS]=constr(FUN,x,OPTIONS,VLB,VUB,GRADFUN,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15)
%CONSTR Finds the constrained minimum of a function of several variables.
www.eeworm.com/read/101557/15826707
m constr.m
function [x, OPTIONS,lambda, HESS]=constr(FUN,x,OPTIONS,VLB,VUB,GRADFUN,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15)
%CONSTR Finds the constrained minimum of a function of several variables.
www.eeworm.com/read/101557/15826879
m constr.m
function [x, OPTIONS,lambda, HESS]=constr(FUN,x,OPTIONS,VLB,VUB,GRADFUN,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15)
%CONSTR Finds the constrained minimum of a function of several variables.
www.eeworm.com/read/397203/8062385
m six-hump camelback.m
%six-hump camelback"函数形式为
camel = @(x,y)(4-2.1*x.^2+x.^4/3).*x.^2+x.*y+4*(y.^2-1).*y.^2;
%我们先将该函数化成标准形式
loss = @(p)camel(p(1),p(2));
%ANNeAL的调用格式和matlab优化工具箱中的大部分函数相似
%[minimum,fval] = anneal(los
www.eeworm.com/read/390373/8468563
m demodulate.m
function y = demodulate(x, b, e, h, s2,s4,s16,s64,s256, c2,c4,c16,c64,c256);
% function y = demodulate(x, b, e, s2,s4,s16,s64,s256, c2,c4,c16,c64,c256);
%
% Finds minimum distance estimate of each rec
www.eeworm.com/read/373970/9426467
m demodulate.m
function y = demodulate(x, b, e, h, s2,s4,s16,s64,s256, c2,c4,c16,c64,c256);
% function y = demodulate(x, b, e, s2,s4,s16,s64,s256, c2,c4,c16,c64,c256);
%
% Finds minimum distance estimate of each rec
www.eeworm.com/read/371833/9534644
m demodulate.m
function y = demodulate(x, b, e, h, s2,s4,s16,s64,s256, c2,c4,c16,c64,c256);
% function y = demodulate(x, b, e, s2,s4,s16,s64,s256, c2,c4,c16,c64,c256);
%
% Finds minimum distance estimate of each rec
www.eeworm.com/read/167264/9974166
m demodulate.m
function y = demodulate(x, b, e, h, s2,s4,s16,s64,s256, c2,c4,c16,c64,c256);
% function y = demodulate(x, b, e, s2,s4,s16,s64,s256, c2,c4,c16,c64,c256);
%
% Finds minimum distance estimate of each rec