代码搜索:TOOLBox

找到约 9,571 项符合「TOOLBox」的源代码

代码结果 9,571
www.eeworm.com/read/134897/13970677

m contents.m

% The FDC toolbox - Library with wind and turbulence blocks. % ========================================================== % The directory WIND contains the Simulink library with models of % atmosph
www.eeworm.com/read/133942/14017095

m contents.m

% NEFCON learning algorithm samples. % Version 1.0, 30-08-96 % % Simulink samples (all with NEFCON initialization matrix .nef) % sample1a - Tank simulation with PID controller %
www.eeworm.com/read/235928/14041547

txt copyright.txt

COPYRIGHT --------- SOM Toolbox 2.0, a software library for Matlab 5 implementing the Self-Organizing Map algorithm is Copyright (C) 1999 by Esa Alhoniemi, Johan Himberg, Jukka Parviainen and Juha Ve
www.eeworm.com/read/205306/15321171

html index.html

Genetic Algorithm Optimization Toolbox Genetic Algorithm Optimization Toolbox (GAOT) GAOT implements simulated evolution i
www.eeworm.com/read/205036/15328804

m mldivide.m

function Z = mldivide(X,Y) %MLDIVIDE Slash left division for tensors. % % MLDIVIDE(A,B) is called for the syntax 'A \ B' when A is a scalar and B % is a tensor. % % Example % X = tenr
www.eeworm.com/read/205036/15328807

m mrdivide.m

function Z = mrdivide(X,Y) %MRDIVIDE Slash right division for tensors. % % MRDIVIDE(A,B) is called for the syntax 'A / B' when A is a tensor and B % is a scalar. % % Example % X = tenr
www.eeworm.com/read/205036/15328821

m end.m

function e = end(X,k,n) %END Last index of indexing expression for tensor. % % The expression X(end,:,:) will call END(X,1,3) to determine % the value of the first index. % % See also TENS
www.eeworm.com/read/205036/15328826

m and.m

function Z = and(X,Y) %AND Logical AND (&) for tensors. % % See also TENSOR. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor Toolbox by Brett Bader and T
www.eeworm.com/read/205036/15328842

m nnz.m

function n = nnz(a) %NNZ Return number of nonzeros in a sptenmat. % % nnz(A) returns the number of nonzeros in A. % % See also SPTENMAT. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia C
www.eeworm.com/read/205036/15328856

m ndims.m

function n = ndims(t) %NDIMS Number of dimensions of a sparse tensor. % % NDIMS(T) returns the number of dimensions of sparse tensor T. % % Examples: % T = sptenrand([3 2 2],5); % ndims(T)