代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
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)
%
www.eeworm.com/read/291067/6302926
m getrestl.m
function outList = getrestl(inList)
% RECVAR, A package for new data structures in Matlab.
% (c) FOA 1998. See the file rvright.m for copyright notice.
%
% function ouList = getrestl(inList)
%
% Ret
www.eeworm.com/read/291067/6302960
m islastl.m
function B = islastl(list)
% RECVAR, A package for new data structures in Matlab.
% (c) FOA 1998. See the file rvright.m for copyright notice.
%
% function B = islastl(list)
%
% Returns 1 if list co
www.eeworm.com/read/291067/6302967
m sizem.m
function sizeOut = sizem(multiMatrix)
% RECVAR, A package for new data types in Matlab 4.
% (c) FOA 1997. See the file rvright.m for copyright notice.
%
% function sizeOut = sizem(multiMatrix)
%
% R
www.eeworm.com/read/291067/6302980
m existr.m
function B = existr(recordvar, fieldname)
% RECVAR, A package for new data types in Matlab 4.
% (c) FOA 1997. See the file rvright.m for copyright notice.
%
% function B = existr(recordvar, fieldnam
www.eeworm.com/read/291067/6303001
readme
RECVAR, A package for new data types in Matlab.
(c) FOA 2000. See the file rvright.m for copyright notice.
This package can be used both under Matlab 4 and 5.
For Matlab 4, this package currently c