代码搜索:containing
找到约 10,000 项符合「containing」的源代码
代码结果 10,000
www.eeworm.com/read/365849/9844605
m pnames.m
function [props,rprops]=pnames
% The properties are divided into two groups:
% General properties (or just 'properties') that can be both read and written, and
% read-only properties that can be re
www.eeworm.com/read/365849/9844614
m hgradx_general.m
function v=hgradx_general(obj,x,t,u,varargin)
% Calculates: grad_x[h(x,t) + hu(x,t)*u(t) + e(t)]
%
% Syntax: (* = optional)
%
% grad_x = hgradx_general(model, x, t, u, e*);
%
% In arguments:
%
www.eeworm.com/read/365849/9844619
m pyx.m
function pr=pyx(obj,y,x,t,u);
% Calculates p(y|x), ie the probability of y given x.
%
% Syntax: (* = optional)
%
% pr = pyx(model, y, x, t, u);
%
% In arguments:
%
% 1. model
% Model object.
www.eeworm.com/read/365849/9844635
m dgnl.m
function obj = pfsys(varargin)
% Constructor for the DGNL (Discrete General Non-Linear) model
%
% x(t+T) = f(x,t,u,w)
% y(t) = h(x,t,u,e)
%
% Syntax: (* = optional)
%
% model = dgnl(f, h, h_
www.eeworm.com/read/365849/9844644
m f_general.m
function v=f_general(obj,x,t,u,varargin)
% Calculates: f(x,t,u,w)
%
% Syntax: (* = optional)
%
% x_new = f_general(model, x, t, u, w*);
%
% In arguments:
%
% 1. model
% Model object
% 2. x
www.eeworm.com/read/365849/9844648
m pnames.m
function [props,rprops]=pnames
% The properties are divided into two groups:
% General properties (or just 'properties') that can be both read and written, and
% read-only properties that can be re
www.eeworm.com/read/365849/9844654
m hgradx_general.m
function v=hgradx_general(obj,x,t,u,varargin)
% Calculates: grad_x[h(x,t) + hu(x,t)*u(t) + e(t)]
%
% Syntax: (* = optional)
%
% grad_x = hgradx_general(model, x, t, u, e*);
%
% In arguments:
%
www.eeworm.com/read/365849/9844658
m fgradx_general.m
function v=fgradx_general(obj,x,t,u,varargin)
% Calculates: grad_x[f(x,t) + gu(x,t)*u(t) + gw(x,t)*w(t)]
%
% Syntax: (* = optional)
%
% grad_x = fgradx_general(model, x, t, u, w*);
%
% In argum
www.eeworm.com/read/365849/9844661
m pyx.m
function pr=pyx(obj,y,x,t,u);
% Calculates p(y|x), ie the probability of y given x.
%
% Syntax: (* = optional)
%
% pr = pyx(model, y, x, t, u);
%
% In arguments:
%
% 1. model
% Model object.
www.eeworm.com/read/365849/9844723
m pnames.m
function [props,rprops]=pnames
% The properties are divided into two groups:
% General properties (or just 'properties') that can be both read and written, and
% read-only properties that can be re