代码搜索:TOOLBox
找到约 9,571 项符合「TOOLBox」的源代码
代码结果 9,571
www.eeworm.com/read/168118/9937239
m sample_startup.m
declareGlobals
setGlobals
global defaultpath
if(isempty(defaultpath))
oldpath=path;
defaultpath=oldpath;
else
oldpath=defaultpath;
end
prefix='$toolbox\CREWES3.2\';
newCREW
www.eeworm.com/read/168111/9939265
txt readme.txt
Getting the Mastering MATLAB Toolbox
The Mastering MATLAB Toolbox may be obtained from the following archive sites:
ftp://ftp.eece.maine.edu/pub/mm5/
http://www.eece.maine.edu/mm
This vers
www.eeworm.com/read/362246/10009265
txt 安装工具箱方法.txt
模式识别工具箱安装方法:
1 把目录stprtool放在c:\matlab6p5\toolbox\下。
2 把文件startup.m放在c:\matlab6p5\toolbox\local\ 下。
3 重新启动matlab即可。
4 在c:\matlab6p5\toolbox\local\stprtool\doc\manual\index.html下有帮助文档。
kk.h
20
www.eeworm.com/read/362246/10009268
m startup.m
% 把模式识别工具箱解压,然后把解压后的整个目录(stprtool)放在c:\matlab6p5\toolbox\。
% 然后把此文件(startup.m)放在c:\matlab6p5\toolbox\local\ 下,就可以自动安装模式识别工具箱stprtool
% kk.h
% 2006.9
spwd = pwd;
aindex=findstr(spwd,'\');
a
www.eeworm.com/read/362246/10010348
m contents.m
% Demos of the Statistical Pattern Recognition Toolbox.
%
% image_denoising - (dir) Image denoising using kernel PCA.
% ocr - (dir) Object Character Recognition.
%
% demo_anderson - G
www.eeworm.com/read/166473/10018917
m fashion.m
%FASHION A MIMO toolbox fashion file.
% FASHION includes various graphics setings for the MIMO toolbox.
% If you want to set these setting as MATLAB's defaults copy its
% content into the file c
www.eeworm.com/read/166306/10024306
txt 安装说明.txt
% MATLAB数学建模工具箱
% Version 1.2 28-March-2001
%
% 安装步骤
% 1. 将MATHMODL.zip解压缩至matlab11\toolbox\;
% 2. 启动Matlab,利用Path Browser中的Add path菜单将
% matlab11\toolbox\mathmodl增至path中,放在最前面,并保存设置;
% 3. 回
www.eeworm.com/read/360770/10079287
m nlibpath.m
%----------------------------------------------------------------------
% Usage: nlibpath
% Description: This command adds the NLIB toolbox to the Matlab path.
%------------------------------