代码搜索:evaluate
找到约 3,619 项符合「evaluate」的源代码
代码结果 3,619
www.eeworm.com/read/290607/8472607
m fdyn2.m
%FDYN2 private function called by FDYN
%
% XDD = FDYN2(T, X, FLAG, ROBOT, TORQUEFUN)
%
% Called by FDYN to evaluate the robot velocity and acceleration for
% forward dynamics. T is the current time,
www.eeworm.com/read/181830/9235729
m mpolyval.m
function Y = mpolyval(P,X)
% MPOLYVAL - evaluate matrix polynomial
%
% Y = mpolyval(P,X)
%
% If X is a numerical or symbolic array, evaluate the matrix polynomial P
% at these values.
www.eeworm.com/read/374411/9407018
m evalavglogl.m
function ll = evalAvgLogL(dens,at,varargin)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% evalAvgLogL(P,Q [,...]) -- evaluate the mean log-likelihood of the
www.eeworm.com/read/177674/9442473
m contents.m
% Netlab Toolbox
% Version 3.2.1 31-Oct-2001
%
% conffig - Display a confusion matrix.
% confmat - Compute a confusion matrix.
% conjgrad - Conjugate gradients optimization.
% consist - Ch
www.eeworm.com/read/176823/9483170
m contents.m
% Netlab Toolbox
% Version 3.3.1 18-Jun-2004
%
% conffig - Display a confusion matrix.
% confmat - Compute a confusion matrix.
% conjgrad - Conjugate gradients optimization.
% consist - Ch
www.eeworm.com/read/364264/9916774
m nor.m
function y=nor(x1,x2)
%NAND Equivalent to the NOT(OR) functions.
% NAND(X1,X2) returns NOT(OR(X1,X2)).
%
% Input arguments:
% X1,X2 - the pair of numbers to evaluate (double)
% Out
www.eeworm.com/read/425546/10349033
m contents.m
% Netlab Toolbox
% Version 3.3.1 18-Jun-2004
%
% conffig - Display a confusion matrix.
% confmat - Compute a confusion matrix.
% conjgrad - Conjugate gradients optimization.
% consist
www.eeworm.com/read/469416/6976388
m contents.m
% Netlab Toolbox
% Version 3.3.1 18-Jun-2004
%
% conffig - Display a confusion matrix.
% confmat - Compute a confusion matrix.
% conjgrad - Conjugate gradients optimization.
% consist
www.eeworm.com/read/458493/7295648
txt contents.txt
% NMM Toolbox: routines demonstrating roundoff and truncation errors
%
% Archimedes Perimeter of an n-sided polygon inscribed in a circle.
% bin2flt Expand a binary representation of fl
www.eeworm.com/read/458493/7295660
m contents.m
% NMM toolbox: routines for finding the roots of f(x) = 0
%
% bisect Use bisection to find a root of the scalar equation f(x) = 0
% brackPlot Find and plot brackets for roots of a function.