数字图像处理MATLAB编程源程序实例:MATLAB源程序.doc
志玉****爱啊
亲,该文档总共20页,到这已经超出免费预览范围,如果喜欢就直接下载吧~
相关资料
数字图像处理MATLAB编程源程序实例:MATLAB源程序.doc
%系统自动生成的创建对话框的代码functionvarargout=myproject(varargin)%MYPROJECTM-fileformyproject.fig%MYPROJECT,byitself,createsanewMYPROJECTorraisestheexisting%singleton*.%%H=MYPROJECTreturnsthehandletoanewMYPROJECTorthehandleto%theexistingsingleton*.%%MYPROJECT('CALLBA
数字图像处理MATLAB编程源程序实例:MATLAB源程序.doc
%系统自动生成的创建对话框的代码functionvarargout=myproject(varargin)%MYPROJECTM-fileformyproject.fig%MYPROJECT,byitself,createsanewMYPROJECTorraisestheexisting%singleton*.%%H=MYPROJECTreturnsthehandletoanewMYPROJECTorthehandleto%theexistingsingleton*.%%MYPROJECT('CALLBA
数字图像处理MATLAB编程源程序实例:MATLAB源程序.doc
%系统自动生成的创建对话框的代码functionvarargout=myproject(varargin)%MYPROJECTM-fileformyproject.fig%MYPROJECT,byitself,createsanewMYPROJECTorraisestheexisting%singleton*.%%H=MYPROJECTreturnsthehandletoanewMYPROJECTorthehandleto%theexistingsingleton*.%%MYPROJECT('CALLBA
最优化实例和matlab源程序.doc
最优化实例和matlab源程序最优化实例和matlab源程序最优化实例和matlab源程序最优化平时作业一、目标规划1、题目:见书中例题P110例42、解题方法:利用Lingo求解3、具体步骤(1).对应于第一优先等级,建立线性规划问题:model:min=-d1;5*x1+10*x2〈=60;x1—2*x2+d1_-d1=0;end运行结果:—d1=0(2)对应于第二优先等级,将—d1=0作为约束条件,建立线性规划问题:min=d2_;5*x1+10*x2〈=60;x1-2*x2+d1_—d1=0;4*
Matlab 源程序如下.doc
functionfisher_testN=10;%个类的样本数range=2;%范围offset=1.5;%偏移:决定了有样本重叠的可能性while(1)%生成属于omega1类的二维样本,范围:[02]x1=range*rand(2,N);%生成属于omega2类的二维样本,范围:[13]x2=offset+range*rand(2,N);%定义几个参量m1=(sum(x1')/N)';m2=(sum(x2')/N)';%样本均值S1=zeros(2,2);fori=1:size(x1,2)S1=S1+