-
papr_comparison
papr comparison on the basis of slm, co-pts with different iteration............
- 2013-09-23 16:31:58下载
- 积分:1
-
QualNet-5.0.2-APIReferenceGuide
QualNet-5.0.2-APIReferenceGuide.ita software manual.QualNet-5.0.2
- 2014-01-12 23:00:29下载
- 积分:1
-
MATLAB实现图像分割otsuf 源程序
说明: 通过MATLAB实现图像分割otsuf(Implementation of image segmentation otsuf source code in MATLAB)
- 2020-06-25 12:40:02下载
- 积分:1
-
BP神经网络交通预测
说明: bp神经网络预测程序,可用于与小波神经网络对比(BP Neural Network Prediction Program, which can be used to compare with Wavelet Neural Network)
- 2020-06-20 22:40:01下载
- 积分:1
-
Matlab 由一个简单的图形化用户界面
步骤 1: 打开 GUI 开发环境 (指南)
在 matlab 的命令窗口,键入指南。
>> 指南
你就会找到快速入门窗口。我们会用一个空白的 GUI 启动,所以只需单击确定。
将它保存为"my_calculator.fig"。.M 文件将自动创建和你 MATLAB 的文本编辑器中打开。
在此 gui 中我们将创建三个框。用户将会在两个输入的数字,看到两个在第三个框的总和。首先,让我们添加的文本作为标题。单击"TXT"框在左侧,然后单击并拖动在网格区域中。
让我们通过双击在"静态文本"上更改此文本的外观,查看此对象的属性检查器。属性检查器显示对象的所有属性 — — 我们可以查看或更改它们。让我们来更改显示的字符串和大小。在左边,查找"字符串"。单击"静态文本",将更改为"我的计算器"。
突出显示所有三个编辑框,通过单击鼠标左键并在这些框周围拖动一个矩形或按住 ctrl 键,左击每个编辑框中的文本。当所有三个被突出显示时,右键单击其中一个,然后离开了 clikc"属性检查器"。这将弹出属性检查器所有三个框一次。现在删除"字符串"的文本,并关闭属性检查器。GUI 应该现在看起来像这样:
现在右单击"我的计算器"的文本并将它拖到第二个之间的差距和编辑框的第三。右键单击 + 拖动复制所选的对象的类型。如果您选择一个编辑框,将会有一份和编辑框。该文本应被复制就像这样:
现在改变了我的计算器文本为等
- 2022-03-21 14:39:19下载
- 积分:1
-
05_UsingAccelWare
This lab exercise will introduce you to the AccelWare IP generators. AccelWare is a library of over fifty IP generators, available in the form of three toolkits that produce synthesizable MATLAB for common MATLAB built in and toolbox functions. Each generator offers macro and micro-architecture selections that allow full customization of the generated model to the target application requirements.(This lab exercise will introduce you to the AccelWare IP generators. AccelWare is a librar y of over fifty IP generators, available in the form of three toolkits that pro duce synthesizable MATLAB for common MATLAB negation ilt in and toolbox functions. Each generator of fers macro and micro-architecture selections that allow full customization of the generated model to the target application requirements.)
- 2007-04-18 12:57:05下载
- 积分:1
-
fenduanlagrange
拉格朗日插值,牛顿插值,用于计算插值,得到相应的插值函数(lagrange caculation)
- 2015-03-14 23:45:43下载
- 积分:1
-
Harris
harris角点检测,用matlab实现(harris corner detection)
- 2020-10-22 19:57:24下载
- 积分:1
-
证据理论融合的matlab代码,
证据理论融合的matlab代码,简单易懂,适合初学者。
- 2023-03-15 15:40:04下载
- 积分:1
-
在 matlab 中的离散余弦变换
功能 b=dct(a,n)%Dct 离散余弦变换。%%Y = DCT(X) 返回 X 的离散余弦变换。%Y 向量是 X 的大小相同,并且包含%离散余弦变换系数。%%Y = DCT(X,N) 垫或截断长度为 N 的向量 X在转型之前的 %。%如果 X 是一个矩阵,离散余弦变换操作 %应用于每个%列。这种转换可以倒置使用离散余弦逆变换。%%请参阅 FFT IFFT,离散余弦逆变换。%作者: C.汤普森,93/2/12%S.Eddins 94/10/26,订正%数学,Inc.版权所有 1988 年 2002 年%$Revision: 1.7 元 $Date: 2002年/04/15 1:10:40 元%的参考文件:%1) A.K.耆那教,"数字图像的基本要素%加工",第 150-153 页。%2) 华莱士,"JPEG 静止图片压缩标准",%的 ACM 通信,1991 年 4 月。如果 nargin = = 0,错误 (足够的 "Not 输入参数.") ;结束如果 isempty(a)b = [];返回结束%如果输入是一个向量,使它的列:do_trans = (size(a,1) = = 1) ;如果 do_trans,= a(:) ; 结束如果 nargin = = 1,n = size(a,1) ;结束m = size(a,2) ;%垫或截形的输入,如有必要如果 size(a,1) < n,aa = zeros(n,m) ;aa(1:size(a,1),:) = a;其他a
- 2023-05-10 14:05:03下载
- 积分:1