-
masterMATLAB
学习matlab的好书籍,希望对大家有所帮助(matlab)
- 2010-06-24 10:38:05下载
- 积分:1
-
G-B-Clayton--Steve-Winder-Operational-amplifiers-
G B clayton operational amplifiers textbook
- 2014-11-14 15:15:09下载
- 积分:1
-
GeneratingPriors
Code for generate priors.
- 2013-03-27 03:17:35下载
- 积分:1
-
RSCGSCControlofDFIG
双馈风机换流器及其控制,无错误,能出波形(Double-fed fan converter and its control, no error, can produce waveform)
- 2019-02-26 21:38:29下载
- 积分:1
-
radarsystem2
discusses the Radar Cross Section (RCS). RCS dependency on aspect angle, frequency, and polarization are discussed.(discusses the Radar Cross Section (RCS). R CS dependency on aspect angle, frequency, and polarization are discussed.)
- 2006-11-22 11:38:59下载
- 积分:1
-
centroDeMassa.m
Source Code Matlab.
Find Centre Mass.
- 2011-08-01 06:11:56下载
- 积分:1
-
examples
matlab仿真精华,关于三相异步电机的多个案例,很有用(the matlab simulation essence, multiple cases of the three-phase asynchronous motors, useful)
- 2012-09-09 18:17:17下载
- 积分:1
-
MATLAB-FEM
本书主要介绍了有限元方法的MATLAB程序实现,是国外经典的计算机学科教材。(This book introduces the finite element method of the MATLAB program, a foreign classic computer science textbook.)
- 2013-11-04 18:12:46下载
- 积分:1
-
4
说明: MATLAB图像处理源程序4:
P0401:用Prewitt算子检测图像的边缘
P0402:用不同σ值的LoG算子检测图像的边缘
P0403:用Canny算子检测图像的边缘
P0404:图像的阈值分割
P0405:用水线阈值法分割图像
P0406:对矩阵进行四叉树分解
P0407:将图像分为文字和非文字的两个类别
P0408:形态学梯度检测二值图像的边缘
P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象 (MATLAB image processing source code: P0401: Prewitt operator to detect image edge P0402: different sigma value LoG operator image edge detection P0403: Canny operator to detect image edge P0404: image thresholding segmentation P0405: water of line thresholding segmentation image segmentation P0406: matrix quadtree decomposition P0407: image into text and non-text two categories P0408: morphological gradient detection Binary Image Edge P0409: morphological instance,- Images from the PCB Remove all current lines, retaining only chip targets)
- 2013-05-20 23:54:49下载
- 积分:1
-
MATLAB遗传算法程序
function [bestsole,bestpop]=ga_scomplex(num,bounds,ps,pc,pm,b,dtc)
% GA_scomple是基于浮点编码的单纯形遗传算法主程序
% num定义种群数量
% bounds定义参数取值范围,格式为[Var1min,Var1max;Var2min,Var2max;…….];
%ps选择概率
%pc交叉概率
%pm变异概率
%b 变异程度系数
%dtc 迭代次数
% $Date: 2005/5/25 $(funzione [bestsole,bestpop]=ga _scomplex (num,limites,ps,pc,pm,b,dc)
% GA 655343;scomple;;;;;;
% num
% limits23450;[Var1min,Var1max;Var2min,Var22min;;;;;];
%ps
%pc
%pm
%b _
%dtc _
% $Data: 2005 /5 /25 $)
- 2019-05-11 19:45:18下载
- 积分:1