代码搜索:containing

找到约 10,000 项符合「containing」的源代码

代码结果 10,000
www.eeworm.com/read/325790/13184964

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/325790/13185045

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/325790/13185079

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/325790/13185085

m dnl.m

function obj = pfsys(varargin) % Constructor for the DNL (Discrete Non-Linear) model % % x(t+T) = f(x,u,w,t) % y(t) = h(x,u,t) + e(t) % % Syntax: (* = optional) % % model = dnl(f, h, x0, w,
www.eeworm.com/read/325790/13185130

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/325790/13185137

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/325790/13185154

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/325790/13185166

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/325790/13185191

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/325790/13185207

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