代码搜索:MATLAB

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

代码结果 10,000
www.eeworm.com/read/237534/13946109

dat bookinfo.dat

[General Information] 书名=MATLAB仿真技术与应用 作者= 页数=285 SS号=0 出版日期=
www.eeworm.com/read/134897/13970634

m contents.m

% The FDC toolbox - Model definitions, analytical tools, etc. % =========================================================== % The directory TOOLS contains some Matlab routines to load or specify %
www.eeworm.com/read/134897/13970883

hlp actrim.hlp

----------------------------------------------------------------- ACTRIM.M is a Matlab program, which can be applied to Simulink implementations of non-linear aircraft models in order to deter- min
www.eeworm.com/read/134897/13971030

hlp aclin.hlp

----------------------------------------------------------------- ACLIN.M is a Matlab program which can be applied to Simulink implementations of non-linear aircraft models in order to deter- mine
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