代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/355337/10274970
m immrts_smooth.m
% Fixed-interval IMM smoother using two IMM-filters.
%
%
function [x_sk,P_sk,x_sik,P_sik,mu_sk] = imm_smooth(MM,PP,MM_i,PP_i,MU,p_ij,mu_0j,ind,dims,A,Q,R,H,Y)
MM_def = zeros(dims,1);
PP_def
www.eeworm.com/read/355337/10275232
m uimm_smooth.m
%UIMM_SMOOTH UKF based Fixed-interval IMM smoother using two IMM-UKF filters.
%
% Syntax:
% [X_S,P_S,X_IS,P_IS,MU_S] = UIMM_SMOOTH(MM,PP,MM_i,PP_i,MU,p_ij,mu_0j,ind,dims,A,a,a_param,Q,R,H,h,h_para
www.eeworm.com/read/353896/10406743
m jm99asmfun.m
function f=test(data,n,m)
%年中国大学生数学建模竞赛a题:自动化车床管理模型一
%参见《数学的实践与认识》2000.1.p36-40
%费用函数
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
x=data;
num_prod=min((n*ceil
www.eeworm.com/read/273093/10927339
m jm99asmfun.m
function f=test(data,n,m)
%年中国大学生数学建模竞赛a题:自动化车床管理模型一
%参见《数学的实践与认识》2000.1.p36-40
%费用函数
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
x=data;
num_prod=min((n*ceil
www.eeworm.com/read/172061/7074732
m jm99asmfun.m
function f=test(data,n,m)
%年中国大学生数学建模竞赛a题:自动化车床管理模型一
%参见《数学的实践与认识》2000.1.p36-40
%费用函数
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
x=data;
num_prod=min((n*ceil
www.eeworm.com/read/197958/7960462
m jm99asmfun.m
function f=test(data,n,m)
%年中国大学生数学建模竞赛a题:自动化车床管理模型一
%参见《数学的实践与认识》2000.1.p36-40
%费用函数
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
x=data;
num_prod=min((n*ceil
www.eeworm.com/read/196814/8058520
m jm99asmfun.m
function f=test(data,n,m)
%年中国大学生数学建模竞赛a题:自动化车床管理模型一
%参见《数学的实践与认识》2000.1.p36-40
%费用函数
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
x=data;
num_prod=min((n*ceil
www.eeworm.com/read/244945/12829382
m jm99asmfun.m
function f=test(data,n,m)
%年中国大学生数学建模竞赛a题:自动化车床管理模型一
%参见《数学的实践与认识》2000.1.p36-40
%费用函数
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
x=data;
num_prod=min((n*ceil
www.eeworm.com/read/329331/12960273
m jm99asmfun.m
function f=test(data,n,m)
%年中国大学生数学建模竞赛a题:自动化车床管理模型一
%参见《数学的实践与认识》2000.1.p36-40
%费用函数
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
x=data;
num_prod=min((n*ceil
www.eeworm.com/read/240106/13237012
m spline.m
function spline(X,Y,dY,x0,m)
N = size(X,2);
s0 = dY(1);sN = dY(2);
interval = 0.025;
%disp('x0为插值点:');
%x0
h = zeros(1,N-1);
for i = 1:N - 1
h(1,i) = X(i+1) - X(i);
end
d(1,1) = 6*((Y(1