代码搜索:MATLAB LMD

找到约 10,000 项符合「MATLAB LMD」的源代码

代码结果 10,000
www.eeworm.com/read/419990/10824323

c fdtd.c

/* FTDT - calculater - main program*/ #include #include #include #include #include #include #include "engine.h" #define BUFSIZE 256 /
www.eeworm.com/read/275212/10828448

txt readme.txt

LiScNLS package is part of the Lyapunov-Schmidt Method Package LiScMP ver. 1.0 for Matlab version 6.5 Release 13 Developed by Damian TRIF, 2005 e-mail: dtrif@math.ubbcluj.ro Reference: Trif,
www.eeworm.com/read/275202/10829045

readme

% GABLE, Copyright (c) 1999, University of Amsterdam % Copying, use and development for non-commercial purposes permitted. % All rights for commercial use reserved; for more information %
www.eeworm.com/read/273093/10927647

m randn.m

%R=randn(m,n) 生成标准正态分布的m行n列随机矩阵 %RANDN Normally distributed random numbers. % RANDN(N) is an N-by-N matrix with random entries, chosen from % a normal distribution with mean zero and variance
www.eeworm.com/read/272953/10935515

m exn565.m

%《MATLAB及其在理工课程中的应用指南》(十一五规划版)第五章例5-6-5程序 % 蒙特卡罗方法求圆周率 % 西安电子科技大学出版社出版 陈怀琛编著 2007年7月 % N=input('取的总点数= '); x=2*(rand(1,N)-0.5); % 生成均值为零,数值在-1~1均匀分布的随机数 y=2*(rand(1,N)-0.5); % 同上 k=0;
www.eeworm.com/read/417708/10979800

m graphcuts.m

% GRAPHCUTS --- GraphCut segmentation example, description only % CMP Vision Algorithms http://visionbook.felk.cvut.cz % % This section describes graph cut segmentation % from a user perspective. No
www.eeworm.com/read/417694/10980231

readme

MPEG to MATLAB Movie Converter ------------------------------ MPEG is an ISO standard movie encoding format. The MPEG converter for MATLAB takes an MPEG file and converts it into a MATLAB movie matr
www.eeworm.com/read/271569/10989478

txt readme.txt

Introduction to the Companion MATLAB Codes For use with the book "Feedback systems analysis and design with MATLAB", by Professor Dingyu Xue, Tsinghua University Press 2000 (Chinese ve
www.eeworm.com/read/417309/10995904

txt 13-01.txt

>> whos -file matlab.mat >> load matlab.mat >> num_of_cluster
www.eeworm.com/read/270320/11042124

m readme.m

% README file for the DIPUM Toolbox. % % These MATLAB functions were created for the book Digital Image % Processing Using MATLAB (DIPUM), by R.C. Gonzalez, R.E. Woods, and % S.L. Eddins, Prentice