代码搜索:MATLAB LMD

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

代码结果 10,000
www.eeworm.com/read/134893/13972246

txt readme.txt

Thursday, October 26, 1995 README for Neural Network Design Demonstrations The book "Neural Network Design" is accompanied by 58 demonstrations which can be run from within MATLAB. References
www.eeworm.com/read/134656/13978182

html index.html

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

m nnz.m

function a = nnz(t) %NNZ Number of nonzeros in sparse tensor. % % NNZ(T) is the number of nonzero elements in T. % % See also SPTENSOR, SPTENSOR/FIND. % %MATLAB Tensor Toolbox. %Copyright 2007, Sa
www.eeworm.com/read/205036/15328904

m find.m

function [subs,vals] = find(t) %FIND Find subscripts of nonzero elements in a sparse tensor. % % [SUBS,VALS] = FIND(T) returns the subscripts and corresponding % values of the nonzero elements of
www.eeworm.com/read/205036/15328962

m ndims.m

function n = ndims(t) %NDIMS Return the number of dimensions for a ttensor. % % NDIMS(T) returns the number of dimensions of tensor T. % % See also TTENSOR. % %MATLAB Tensor Toolbox. %Copyright 20
www.eeworm.com/read/205036/15328983

m ndims.m

function n = ndims(t) %NDIMS Number of dimensions for a ktensor. % % NDIMS(T) returns the number of dimensions of tensor T. % % See also KTENSOR % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia C
www.eeworm.com/read/204456/15339344

m roc_hull.m

function out = roc_hull(r) %ROC_HULL Convex hull of an ROC curve % % OUT = ROCHULL(R) % % Computes the convex hull of ROC curve R. It just returns the operating % points on the hull, and the res
www.eeworm.com/read/200650/15428134

txt install.txt

Installation instructions ------------------------- In order to install this distribution of Rice Wavelet Tools version 2.4 released - 1. Properly set up your system to create MEX-files