代码搜索:Non-linear
找到约 518 项符合「Non-linear」的源代码
代码结果 518
www.eeworm.com/read/250980/12372125
m numerical_jacobian.m
function J = numerical_Jacobian(x, model, dmodel, offset, varargin)
% J = numerical_Jacobian(x, model, dmodel, offset, ...)
%
% INPUTS:
% x - state
% model - function handle for non-linear mo
www.eeworm.com/read/124842/14534355
m da_olt4.m
function [ypred]=da_olt1(x,coefs,poly);
%
% Non-linear steady-state model
%
%
% Ensure the coefficients are in a column
%
[D L]=size(coefs);
if L > D
coefs=coefs';
end
%
% Calculate
www.eeworm.com/read/214740/15090149
m da_olt4.m
function [ypred]=da_olt1(x,coefs,poly);
%
% Non-linear steady-state model
%
%
% Ensure the coefficients are in a column
%
[D L]=size(coefs);
if L > D
coefs=coefs';
end
%
% Calculate
www.eeworm.com/read/367442/9748091
m minball.m
function [Alpha, R, mi2] = minball(data,ker, arg)
% MINBALL computes minimal ball around data.
% [Alpha, R, mi2 ] = minball(data,ker, arg)
%
% It computes a center and a radius of minimal ball
% arou
www.eeworm.com/read/202785/15373326
m da_olt4.m
function [ypred]=da_olt1(x,coefs,poly);
%
% Non-linear steady-state model
%
%
% Ensure the coefficients are in a column
%
[D L]=size(coefs);
if L > D
coefs=coefs';
end
%
% Calculate
www.eeworm.com/read/467484/7004158
readme_nonlin
RPF for Non-Linear Model
-----------------------
To create .so file:
R SHLIB NonLin_singleprop2.c
NonLin_sim.R: simulated Non-Linear data.
NonLin_singleprop2.R: R interface with c code. This does
www.eeworm.com/read/262066/11608210
readme_nonlin
RPF for Non-Linear Model
-----------------------
To create .so file:
R SHLIB NonLin_singleprop2.c
NonLin_sim.R: simulated Non-Linear data.
NonLin_singleprop2.R: R interface with c code. This does
www.eeworm.com/read/181026/9277171
m subject_fitness_function.m
function [ subjected_decimal_value]=subject_fitness_function(a,b)
% X is a matrix , not a cell.
% this example, X is X=[a,b]';
%%%%%%%%%%% X=[a,b]
X=[a,b];
%%%%%%%%%%% Equation
www.eeworm.com/read/139191/13184551
m subject_fitness_function.m
function [ subjected_decimal_value]=subject_fitness_function(a,b)
% X is a matrix , not a cell.
% this example, X is X=[a,b]';
%%%%%%%%%%% X=[a,b]
X=[a,b];
%%%%%%%%%%% Equation
www.eeworm.com/read/128004/14320391
m subject_fitness_function.m
function [ subjected_decimal_value]=subject_fitness_function(a,b)
% X is a matrix , not a cell.
% this example, X is X=[a,b]';
%%%%%%%%%%% X=[a,b]
X=[a,b];
%%%%%%%%%%% Equation