搜索资源列表
IIR5
- 通过调用IIR5函数对所给的信号进行滤波,其中通过fdatool 设计的直接1型切比雪夫滤波器的参数保存在coefficients1.mat文件中。-by calling IIR5 function as a signal to the filter, which it adopted fdatool design a direct-Chebyshev filter parameters stored in coefficients1.mat document.
matlab-program
- 运用MATLAB对波形的进行最优预处理,处理以后的曲线的效果非常好 使用的时候,把TXT里面的程序复制到在MATLAB里面新建立的.MAT文件中,按F6运行-use of MATLAB waveform for the optimal pretreatment, After dealing with the effects of the curve very good use of time TXT put inside the copy of the MATLAB inside the n
creatmatwithc++
- 用C++编写一个可创建MAT文件的独立应用程序。程序说明了:1.可创建MAT文件的独立应用程序的编写步骤;2.相应C++源程序的基本格式;3.相应mx-函数和C指令的配合应用。4.MAT库函数matClose, matGetArray, matOpen, matPutArray, matPutArrayAsGlobal的使用方法。
image2avi
- 图像序列转化为avi格式 .mat文件转化为图像格式-image2avi mat2image
baizaosheng
- 一个matlabGUI程序,可以读取mat文件,并且对其中的信号叠加指定载波比的白噪声,并且绘图比较分析-A matlabGUI procedures, which can be read by mat paper, and one of the designated carrier signal superimposed over the white noise, and a comparative analysis of graphics
xuanzexinghuatu
- 一个matlabGUI,可以对mat文件中的多个信号进行线性分析(最多三个)-A matlabGUI, can document a number of mat-signal linear analysis (a maximum of three)
MAT
- 详细介绍了在MATLAB环境中,MAT文件的编辑与读写,通常使用load和save两个命令进行 MAT 文件的读和写-Described in detail in the MATLAB environment, MAT files editing and read and write, load and save commonly used two commands to read and write MAT files
libsvm-mat-2.89-3
- 支持向量机matlab程序,版本libsvm-2.89,包括接口文件-Matlab program of support vector machine
Source_Code_Of_Guide_To_MATLAB_Mix_Programming
- 这是机械工业张德丰《MATLAB与外部程序接口编程》随书源码,这本书详细介绍了MATLAB与C、C++、Excel、VB、Delphi、FORTRAN相互调用的方法,使得我们可以综合利用传统编程语言执行效率高和MATLAB函数库功能强大的优势,本书对于MEX和MAT文件、MATLAB引擎、MATLAB C/C++函数库、Matcom等都作了详细的介绍并举例说明,书籍最后还介绍了MATLAB的串口接口。-This is the machine-building industry张德丰" M
Mat
- 对MATLAB的MAT文件进行读书,用C++语言实现-read and write mat files, using C++ Language
readmat
- VC6.0 读写matlab7.0的mat文件.分享此段代码,运行成功。-read the mat file of the matlab7.0,under the vc6.0
Untitled11
- 编程实现JPEG的解码,输入是自己生成的jpegcodes.mat 文件。-Programming JPEG decoding, input their own documents generated jpegcodes.mat.
shili
- matlab gui, 包括了4个很好的例子: 1.具有多个坐标轴的GUI,主要学习控制哪一个坐标轴是绘图命令的对象和用编辑文本框读入输入的数。 2.列表框目录阅读器,主要学习获取路径,加载,打开文件 3.从列表框中存取工作区变量,学习把存在于基本工作区的变量名放进列表框,选择多项等 4.地址簿阅读器,这个比较综合,用得技术也比较多。包括打开,保存,修改mat文件,利用handles结构保存和重新调用共享数据。-matlab gui, including four very go
HK
- main是主函数,HK.m是分类算法函数,训练模式和待分类模式存放在Patterns.mat文件中,分为4个样本,其中w1和w3是训练模式,w2和w4是待分类的模式。
TutorialForFarutoUltimate3.0
- Libsvm-FarutoUltimate3.0,libsvm 加强工具箱使用说明,非常好的pdf文件,另外我将继续上传代码部分。-Libsvm-FarutoUltimate3.0, libsvm strengthen the toolbox for use, very good pdf file, and I will continue to upload the code section.
matlab-read-uff-to-mat
- 该程序主要用于将UFF格式的文件转换成matlab的mat格式文件。-it can change the uff file to the mat filte which is used to store the data in matlab.
chuli-of-mat
- 以一个dd.mat文件为例,编写如何在matlab中处理mat文件,得到其中的数据,虽然简单,但是很实用-Dd.mat file a case, write how to deal with mat files in matlab to get the data, although simple, but very practical
MATLAB-mat
- MATLAB中mat文件保存,读取等说明-Mat files in MATLAB save, reading and other shows
python-mat
- 用python读取.mat文件,并将这个文件的内容读出来,用rabbitmq发送到前端。(Read the.Mat file with Python, and read out the contents of this file, and send it to the front end with rabbitmq.)
data_batch_2
- cifar-10数据集由10个类的60000个32x32彩色图像组成,每个类有6000个图像。有50000个训练图像和10000个测试图像。数据集分为五个训练批次和一个测试批次,每个批次有10000个图像。测试批次包含来自每个类别的恰好1000个随机选择的图像。训练批次以随机顺序包含剩余图像,但一些训练批次可能包含来自一个类别的图像比另一个更多。总体来说,五个训练集之和包含来自每个类的正好5000张图像。 具体:batch2.mat文件,该训练集可以用于图片识别,非负矩阵分解等。(The ci