代码搜索:MATLAB LMD

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

代码结果 10,000
www.eeworm.com/read/432821/8569762

m ex616.m

%******************************************************** %程序:EX616.M %功能:二值图像显示应用实例 %******************************************************** BW=imread('foof.tif'); %将图像格式文件读入为MATLAB图像对象数组数据
www.eeworm.com/read/432821/8569764

m ex623.m

%******************************************************** %程序:EX623.M %功能:把一幅真彩图像转换为一个NTSC模型空间对应的图像 %******************************************************** RGB=imread('pic001.jpg'); %将图像格式文件读入
www.eeworm.com/read/432821/8569766

m ex624.m

%******************************************************** %程序:EX624.M %功能:把一幅真彩色图像转换为一个YCbCr模型空间对应的图像 %******************************************************** RGB=imread('pic001.jpg'); %将图像格式文
www.eeworm.com/read/432821/8570080

m ex203.m

%******************************************************** %程序:EX203.M %功能:MATLAB中曲线线型、颜色和标记点类型使用实例 %******************************************************** x=0:pi/20:2*pi; %定义x坐标轴范
www.eeworm.com/read/289055/8582312

htm fanhui.htm

Untitled Document
www.eeworm.com/read/289055/8582317

htm mfun_index.htm

Untitled Document
www.eeworm.com/read/187844/8596407

m str2cod.m

function x=str2cod(s); % % Usage:x=str2cod(s); BBI 2000 if nargin
www.eeworm.com/read/432198/8620438

txt plain_text.txt

Can you please say to me where is the error in my "matlab code".Thank you very much. I want to plot a BER vs SNR for a 16 QAM constellation.
www.eeworm.com/read/288430/8633256

m main_logistic.m

% Logistic 映射 % 使用平台 - Matlab7.0 % 作者:陆振波,海军工程大学 % 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页 % 电子邮件:luzhenbo@yahoo.com.cn % 个人主页:http://luzhenbo.88uu.com.cn % % 表达式 % x(n+1) = lambda * x(n) * (1 - x(n))
www.eeworm.com/read/288389/8636012

txt readme.txt

Some Matlab scripts to test the MCMC toolbox. See http://www.helsinki.fi/~mjlaine/mcmc/ for details. marko.laine@helsinki.fi