代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/147529/5728689
m rand.m
%R=rand(m,n) 生成(0,1)上均匀分布的m行n列随机矩阵
%RAND Uniformly distributed random numbers.
% RAND(N) is an N-by-N matrix with random entries, chosen from
% a uniform distribution on the interval (0.0,1.0
www.eeworm.com/read/147529/5728899
m rand.m
%R=rand(m,n) 生成(0,1)上均匀分布的m行n列随机矩阵
%RAND Uniformly distributed random numbers.
% RAND(N) is an N-by-N matrix with random entries, chosen from
% a uniform distribution on the interval (0.0,1.0
www.eeworm.com/read/137691/5820401
java matlabmessenger.java
// $Id: MatlabMessenger.java,v 1.1 2004/03/07 08:40:17 kaminw Exp $
/* MatlabMessenger.java
*
* "Copyright (c) 2001 and The Regents of the University
* of California. All rights reserved.
*
*
www.eeworm.com/read/123945/6056776
feedforw
---------------------------------------------------------------
OVERVIEW OF FILES ASSOCIATED WITH SIMULATION OF PID-CONTROLLERS
OPTIMIZED WITH
www.eeworm.com/read/116008/6114398
java matlabmessagelistener.java
/* MatlabMessageListener.java
*
* "Copyright (c) 2001 and The Regents of the University
* of California. All rights reserved.
*
* Permission to use, copy, modify, and distribute this software a
www.eeworm.com/read/291067/6302842
m listhelp.m
% *****************************************************************************
% RECVAR, A package for new data types in Matlab.
% (c) FOA 1998. See the file rvright.m for copyright notice.
%
% Lis
www.eeworm.com/read/291067/6302870
m isrecvar.m
function B = isrecvar(variable)
% RECVAR, A package for new data types in Matlab 4.
% (c) FOA 1997. See the file rvright.m for copyright notice.
%
% function B = isrecvar(variable)
%
% Returns 1 if
www.eeworm.com/read/291067/6302872
m ismulmat.m
function B = ismulmat(variable)
% RECVAR, A package for new data types in Matlab 4.
% (c) FOA 1997. See the file rvright.m for copyright notice.
%
% function B = ismulmat(variable)
%
% Returns 1 if
www.eeworm.com/read/291067/6302912
m getr.m
function M = getr(recordvar, fieldname)
% RECVAR, A package for new data types in Matlab 4.
% (c) FOA 1997. See the file rvright.m for copyright notice.
%
% function M = getr(recordvar, fieldname)
%