代码搜索:Mathworks
找到约 4,523 项符合「Mathworks」的源代码
代码结果 4,523
www.eeworm.com/read/101557/15827229
m comload.m
function comload(com_fig, ini_flag)
%
% Copyright (c) 1995-96 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/04/01 17:53:21 $
if nargin < 1
com_fig = gcf;
end;
if na
www.eeworm.com/read/101557/15827405
m hdsldata.m
% Copyright (c) 1996 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/04/01 19:39:31 $
chim = [
-1.0606213e-003
1.7146051e-004
-1.2990640e-003
4.2249152e-004
-1.90404
www.eeworm.com/read/390840/8438232
m nnd9nm.m
function nnd9nm(cmd,data)
%NND9NM Newton's method demonstration.
% $Revision: 1.6 $
% Copyright 1994-2002 PWS Publishing Company and The MathWorks, Inc.
% First Version, 8-31-95.
%===========
www.eeworm.com/read/390840/8438271
m nnd17lls.m
function nnd17lls(cmd,arg1)
%NND17LLS Linear Least Squares.
% This demonstration requires the Neural Network Toolbox.
% Copyright 1994-2002 PWS Publishing Company and The MathWorks, Inc.
% $Rev
www.eeworm.com/read/389692/8507572
c matlab2c.c
/* Copyright 1994-2005 The MathWorks, Inc. */
/* $Revision: 1.10.4.2 $ */
#ifdef MATLAB_MEX_FILE
FIS *matlab2cStr(const mxArray *matlabmat, int numofpoints)
{
int i, j, k, param_size, data_s
www.eeworm.com/read/389692/8507576
h anfis.h
/* ANFIS for MATLAB MEX file
* J.-S. Roger Jang, 1994.
* Copyright 1994-2005 The MathWorks, Inc.
*/
#include
#include
#include
#include
/*******
www.eeworm.com/read/287843/8664771
m dspsafe_set_param.m
function dspsafe_set_param(varargin)
% DSPSAFE_SET_PARAM DSP Blockset "Safe" set_param function
% Copyright 1995-2000 The MathWorks, Inc.
% $Revision: 1.4 $ $Date: 2001/04/24 17:00:47 $
if nar
www.eeworm.com/read/382633/9014625
eps boundary_collocation_point2.eps
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc. Version 7.2.0.232 (R2006a). Operating System: Microsoft Windows XP.
%%Title: .\boundary_collocation_point2.eps
%%CreationDate: 07/18/2
www.eeworm.com/read/379971/9170160
m serial_to_parallel.m
function [data,data2,Isymbols,Qsymbols]=serial_to_parallel(N)
%Bob Gess, June 2008 for EE 473
%Extracted and modified from original code (QPSK_TX_IQ_RX) written by JC and posted on
%Mathworks 12-23