代码搜索:Mathworks
找到约 4,523 项符合「Mathworks」的源代码
代码结果 4,523
www.eeworm.com/read/256237/12012232
m newstr.m
function [ str2 ] = newstr( str, pos )
% Function to a new string by flipping a single bit
% By Kyriakos Tsourapas
% You may contact me through the Mathworks site
% University of Essex 2002
str2 = st
www.eeworm.com/read/342008/12047543
m learnlm.m
function j = learnlm(p,d)
%LEARNLM Levenberg-Marquardt learning rule.
%
% LEARNLM(P,D)
% P - RxQ matrix of input (column) vectors.
% D - SxQ matrix of delta (column) vectors.
% Returns:
% Par
www.eeworm.com/read/151704/12180220
m copy.m
function resp = copy(nn)
% COPY Creates a copy of a MEMORYOBJ object.
% O = COPY(MM) returns a copy of the MEMORYOBJ object MM.
%
% See also MEMORYOBJ.
% Copyright 2002 The MathWorks, Inc.
www.eeworm.com/read/151704/12180240
m disp.m
function dummy = disp(mm)
%DISP Display.
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.4 $ $Date: 2002/03/21 20:34:12 $
fprintf('\nMEMORY Object\n');
disp_memoryobj(mm);
fprintf('\n');
www.eeworm.com/read/151704/12180294
m copy_pointer.m
function dummy = copy_pointer(pp,resp)
% Private. Copies over PP properties to RESP.
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.4 $ $Date: 2002/03/27 21:10:00 $
% public proper
www.eeworm.com/read/151704/12180406
m copy.m
function resp = copy(st)
% COPY Creates a copy of a STRUCTURE object.
% O = COPY(ST) returns a copy of the STRUCTURE object ST.
%
% See also STRUCTURE.
% Copyright 2002 The MathWorks, Inc.
www.eeworm.com/read/151704/12180540
m bitfield.m
function bb = bitfield(varargin)
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.2 $ $Date: 2002/01/08 16:26:01 $
bb = ccs.bitfield;
bb = construct_bitfield(bb,varargin);
% [EOF]
www.eeworm.com/read/151704/12180704
m copy.m
function resp = copy(nn)
% COPY Creates a copy of a REGISTEROBJ object.
% O = COPY(RR) returns a copy of the REGISTEROBJ object RR.
%
% See also REGISTEROBJ.
% Copyright 2002 The MathWorks,