代码搜索:containing

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

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

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/13184745

m initgrad.m

function j=initgrad(expr,vars) %INITGRAD Input arguments: % 1) expr: A cell (char) array containing expressions % 2) vars: A cell (char) array containing variables % % Calculates the jacobian o
www.eeworm.com/read/325790/13184757

m gradx.m

function v=gradx(obj,varargin) % Evaluates the gradient object at time t, with respect to x. % % Syntax: (* = optional) % % v = gradx(obj, x, t, w, u); % % In arguments: % % 1. obj % The xlt
www.eeworm.com/read/325790/13184782

m eval.m

function v=eval(obj,varargin) % Method for evaluating an expression contained in a xltv object. % % Syntax: (* = optional) % % v = eval(model, x*, t*, u*, w*); % % In arguments: % % 1. model
www.eeworm.com/read/325790/13184798

m gradw.m

function v=gradw(obj,x,t,w,u) % Evaluates the gradient object at time t, with respect to w. % % Syntax: (* = optional) % % v = gradw(obj, x, t, w, u); % % In arguments: % % 1. obj % The xltv
www.eeworm.com/read/325790/13184811

m gradx.m

function v=gradx(obj,x,t,w,u) % Evaluates the gradient object at time t, with respect to x. % % Syntax: (* = optional) % % v = gradx(obj, x, t, w, u); % % In arguments: % % 1. obj % The xtab
www.eeworm.com/read/325790/13184842

m eval.m

function v=eval(obj,x,t,u,w) % Method for evaluating an expression contained in a xtable object. % % Syntax: (* = optional) % % v = eval(model, x, t, u, w); % % In arguments: % % 1. model %
www.eeworm.com/read/325790/13184864

m gradw.m

function v=gradw(obj,x,t,w,u) % Evaluates the gradient object at time t, with respect to w. % % Syntax: (* = optional) % % v = gradw(obj, x, t, w, u); % % In arguments: % % 1. obj % The xtab
www.eeworm.com/read/325790/13184905

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/13184962

m eval.m

function v=eval(obj,varargin) % Method for evaluating an expression contained in a xhandle object. % % Syntax: (* = optional) % % v = eval(model, x*, t*, u*, w*); % % In arguments: % % 1. mod