代码搜索:MathWorks
找到约 4,523 项符合「MathWorks」的源代码
代码结果 4,523
www.eeworm.com/read/465911/7048817
m mt_ref2.m
function B=mt_ref2(A,S)
% Copyright (c) MathWorks Inc. 1998-2001. All rights reserved.
B=A;
l=length(S);
for i=1:l
Si=S(i);
switch Si.type
case '()'
B = B(Si.subs{:});
www.eeworm.com/read/465911/7048826
m sl_get.m
function data=sl_get(sl)
% SL_GET
%
% data=SL_GET(sl) returns the first element in a singly linked
% list.
% Copyright (c) MathWorks Inc. 1998-2001. All rights reserved.
if nargin
www.eeworm.com/read/465911/7048838
m dl_del.m
function dl=dl_del(dl,node)
% DL_DEL
%
% dl=DL_DEL(dl,node) deletes node from the doubly linked list dl.
% Copyright (c) MathWorks Inc. 1998-2001. All rights reserved.
if nargin
www.eeworm.com/read/465911/7048863
m dl_get.m
function data=dl_get(dl)
% DL_GET
%
% data=DL_GET(dl) returns the first element in a doubly linked
% list.
% Copyright (c) MathWorks Inc. 1998-2001. All rights reserved.
if nargin
www.eeworm.com/read/449771/7496802
m xnewrb.m
function xNewrb
% xNewrb.m
% 本程序用newrb()创建径向基网络,并用sim()对网络进行仿真
%
% Author: HUANG Huajiang
% Copyright 2002 UNILAB Research Center,
% East China University of Science and Technology, Shangh
www.eeworm.com/read/447501/7550034
txt readme.txt
This directory contains a set of M-files for use with the book:
Signal Processing and Linear Systems
B.P. Lathi
Berkeley-Cambridge Press
ISBN 0-941413-35-7
These files were created using MATLAB 4.2