代码搜索:MathWorks
找到约 4,523 项符合「MathWorks」的源代码
代码结果 4,523
www.eeworm.com/read/310212/13654883
m pinrect.m
function bool = pinrect(pts,rect)
%PINRECT Determine if points lie in or on rectangle.
% Inputs:
% pts - n-by-2 array of [x,y] data
% rect - 1-by-4 vector of [xlim ylim] for the rectangl
www.eeworm.com/read/310212/13654976
m gifread.m
function [X,map] = gifread(fname)
%GIFREAD Read a GIF (Graphics Interchange Format) file from disk.
% GIFREAD is no longer supported in MATLAB.
%
% See also IMREAD, IMWRITE, IMFINFO.
% Ri
www.eeworm.com/read/310212/13654977
m gifwrite.m
function gifwrite(X,map,fname)
%GIFWRITE Write a GIF (Graphics Interchange Format) file to disk.
% GIFWRITE is no longer supported in MATLAB.
%
% See also IMREAD, IMWRITE, IMFINFO.
% Rick
www.eeworm.com/read/310212/13654993
m idct2.m
function b=idct2(varargin)
%IDCT2 Overload of IDCT2.
% $Revision: 1.2 $ $Date: 1997/11/24 15:58:06 $
% Copyright 1993-1998 The MathWorks, Inc. All Rights Reserved.
% Convert to doubles
www.eeworm.com/read/310212/13654995
m dct2.m
function b=dct2(varargin)
%DCT2 Overload of DCT2.
% $Revision: 1.2 $ $Date: 1997/11/24 15:58:05 $
% Copyright 1993-1998 The MathWorks, Inc. All Rights Reserved.
% Convert to doubles
for
www.eeworm.com/read/310212/13655070
m lutmajority.m
function lut = lutmajority()
%LUTMAJORITY Compute "majority" look-up table.
% Copyright 1993-1998 The MathWorks, Inc. All Rights Reserved.
% $Revision: 1.3 $ $Date: 1997/11/24 15:56:18 $
www.eeworm.com/read/147422/5729563
m angle.m
function p = angle(h)
%ANGLE Phase angle.
% ANGLE(H) returns the phase angles, in radians, of a matrix with
% complex elements.
%
% See also ABS, UNWRAP.
% Copyright (c) 1984-98 by
www.eeworm.com/read/147422/5729570
m angle.m
function p = angle(h)
%ANGLE Phase angle.
% ANGLE(H) returns the phase angles, in radians, of a matrix with
% complex elements.
%
% See also ABS, UNWRAP.
% Copyright (c) 1984-98 by
www.eeworm.com/read/124574/6045323
m pgetcdatatypes.m
function dt = pGetCDataTypes()
%PGETCDATATYPES Returns the supported C DataTypes.
%
% Copyright 2005 The MathWorks, Inc.
% $File: $
% $Revision: $
% $Date: $
dt = {...
'boolea
www.eeworm.com/read/491824/6426825
m nndalay2.m
function yprime = nndalay2(t,y)
%NNDALAY2 Calculates the derivative for layer 2 of the Grossberg network
%
% NNDALAY2(t,y)
% t - Current time
% y - Current output
% Returns dy.
% $Rev