代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/419634/10851791
pdf 精通matlab7.0(北航_张志涌).pdf
www.eeworm.com/read/348956/10858694
doc 算术编码与译码原理与matlab代码.doc
www.eeworm.com/read/274378/10873823
txt matlab实用程序百例1.txt
1-32是:图形应用篇
33-66是:界面设计篇
67-84是:图形处理篇
85-100是:数值分析篇
实例1:三角函数曲线(1)
function shili01
h0=figure('toolbar','none',...
'position',[198 56 350 300],...
'name','实例01');
h1=axes
www.eeworm.com/read/274378/10873827
txt matlab实用程序百例3.txt
实例72:图像分析(1)
h0=figure('toolbar','none',...
'position',[198 56 350 468],...
'name','实例72');
h1=axes('parent',h0,...
'position',[0.25 0.45 0.5 0.5],...
'visible','off');
I=imre
www.eeworm.com/read/274378/10873838
txt matlab实用程序百例2.txt
实例47:曲线标记
h0=figure('toolbar','none',...
'position',[198 56 408 468],...
'name','my second gui');
h1=axes('parent',h0,...
'position',[0.15 0.45 0.7 0.5],...
'visible','on');
x
www.eeworm.com/read/419144/10884374
zip matlab-spiht_v1.0_02-12-08.zip
www.eeworm.com/read/274023/10890866
txt 导弹拦截的比例制导matlab仿真程序.txt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% PNGE.m
% Proportional Navigation Guidance Emluator
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/273094/10927170
pdf 02第二章 初探matlab.pdf
www.eeworm.com/read/272735/10946242
txt 用matlab编的神经网络程序.txt
用matlab编的神经网络程序
一、
% bp.m - Implementation of backpropagation algorithm
% (C) copyright 2001 by Yu Hen Hu
% created: 3/17/2001
% call bpconfig.m, cvgtest.m, bpdisplay.m, bptest.m
% rsample.m, ra
www.eeworm.com/read/418105/10965105