代码搜索:containing
找到约 10,000 项符合「containing」的源代码
代码结果 10,000
www.eeworm.com/read/365849/9843619
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/9843913
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/9843994
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/9844072
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/9844140
m eval.m
function v=eval(obj,x,t,u,w)
% Method for evaluating an inline expression contained in a xsymbolic object.
%
% Syntax: (* = optional)
%
% v = eval(model, x, t, u, w);
%
% In arguments:
%
% 1.
www.eeworm.com/read/365849/9844151
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/9844194
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/365849/9844210
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/365849/9844247
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/365849/9844272
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