代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/428849/8833328
txt readme.txt
==================================================================
Statistical Pattern Recognition Toolbox for Matlab
(C) 1999-2005, Version 2.05, 19-Oct-2005,
Written by Vojtech Franc, Vaclav Hlav
www.eeworm.com/read/384922/8833944
readme
Matlab Support Vector Machine Toolbox
-------------------------------------
Author: Steve Gunn
This toolbox was designed as a teaching aid, which matlab is
particularly good for since source code is
www.eeworm.com/read/384426/8870066
readme
20040814 SSUM 1.0 : Signals and Systems Using MATLAB
20050331 SSUM 2.0 alpha : Signals and Systems Using MATLAB
WHAT:
=====
Signals and Systems Using MATLAB (SSUM) was developed during my Master's wo
www.eeworm.com/read/284759/8900408
readme
Matlab Support Vector Machine Toolbox
-------------------------------------
Author: Steve Gunn
This toolbox was designed as a teaching aid, which matlab is
particularly good for since source code is
www.eeworm.com/read/284304/8947395
txt 08-22.txt
>> I=imread(' C:\MATLAB\R2006\images\toolbar. jpg ');
>> imshow(I);
www.eeworm.com/read/427365/8949702
m fdtd3d_pec.m
%***********************************************************************
% 3-D FDTD code with PEC boundaries
%***********************************************************************
%
% Pr
www.eeworm.com/read/427361/8949805
m fdtd1d.m
%***********************************************************************
% 1-D FDTD code
%***********************************************************************
%
% Program author: Susan
www.eeworm.com/read/382961/8984268
txt readme.txt
Last Update: September 2, 2004
1. The following MATLAB programs implement panel data estimation.
PDE.m is the main program, and refer to the notes in it for the usage
of the programs.
www.eeworm.com/read/426535/9015583
m ex1007.m
%例10-7 将修改后的输入参数返回给MATLAB工作区
%调用mynewtest函数
x=3
[y,x]=mynewtest(x)
x