代码搜索:TOOLBox

找到约 9,571 项符合「TOOLBox」的源代码

代码结果 9,571
www.eeworm.com/read/299459/7850730

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/433368/7937462

m e0638.m

figure [X,cmap]=imread('C:\MATLAB7\toolbox\images\imdemos\trees.tif'); %图像文件trees.tif读入工作空间变量X中 image(X); colormap(cmap); %显示数据存放矩阵X的图像 imwrite(X,'ff.jpg','Quality',100) ; %
www.eeworm.com/read/198177/7948502

m unc_nn_dejong2.m

function [fval]=unc_nn_dejong2(x) %reference: %note that you can get the formulation of unc_n2_dejong2 or Schwefel's function from some %aritcles,such as %(1)Hartmut Pohlheim 'Genetic Algorithm To
www.eeworm.com/read/398337/7993780

m pathdef.m

function p = pathdef %PATHDEF Search path defaults. % PATHDEF returns a string that can be used as input to MATLABPATH % in order to set the path. % Copyright 1984-2002 The MathWorks, Inc. %
www.eeworm.com/read/297325/8030119

txt readme.txt

Camera Calibration Toolbox for Matlab ------------------------------------- The complete documentation of this toolbox is available online at http://www.vision.caltech.edu/bouguetj/calib_doc/
www.eeworm.com/read/196856/8053925

m bspsetpath.m

function [] = BSPSetPath(bd); %BSPSetPath: Adds the BSP toolbox to MATLAB's path % % [] = BSPSetPath(bd) % % bd String specifying where the root directory of the BSP toolbox % is lo
www.eeworm.com/read/196814/8058426

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/396502/8102440

xml info.xml

12 Shark blockset $toolbox/simulink/simulink/blockdiagramicon.gif Help
www.eeworm.com/read/247001/12693051

m figure41.m

% Embedded Control Systems in C/C++ % by Jim Ledin % % Figure 4.1 % This M-file requires the Control System Toolbox clear all close all tfplant = tf(100, [1 1.8 100]) sisotool('rlocus',
www.eeworm.com/read/247001/12693053

m figure42.m

% Embedded Control Systems in C/C++ % by Jim Ledin % % Figure 4.11 % This M-file requires the Control System Toolbox clear all close all tfplant = tf(100, [1 1.8 100]) sisotool(tfplant)