搜索资源列表
Kalman-GPS
- 读取RINEX星历文件,观测文件,存储为数组形式,matlab环境下-Read RINEX ephemeris file, observation file
MATLAB
- MATLAB提供了多种方式从磁盘读入文件或将数据输入到工作空间,即读取数据,又叫导入数据;将工作空间的变量存储到磁盘文件中称为存写数据,又叫导出数据。-MATLAB provides a variety of ways from the disk is read into a document or data entered into the work space, that is, read data, also known as import data will work variable
Text-File-Array
- Matlab实现文本文件读取并存储成矩阵源代码 -这个Matlab程序,可以读取任何文本文件,并返回一个内容的数组。它在执行过程中,对每个字符串进行匹配,每行作为一次匹配的结束。
xml_toolbox
- 这个程序即可以读取XMl文件并转换成matlab结构体,也可以把matlab结构体转换成xml格式存放。xml是最被看好的数据存储方式,xml格式的通用性减轻了大家编写格式转换代码的痛苦。-This process that can read XML files and converted into matlab structure can also be put into matlab structure xml format. xml are the most promising way
imagetrans
- 医学图像的读取,存储及旋转平移的MATLAB语句实现.-medical image read and transformation.
deal
- deal.m用于处理SR-3000相机存储的.mat格式读取的图像-used to deal with the image of SR-3000
sdpfcbt
- 简单的脚本来读取视频文件,并跟踪单个二维红色标记使用的色调和饱和度值。最大的红色斑点检测,平均统筹此Blob位置跟踪。这段代码没有任何跟踪内置的:它把每一帧独立。 这是假设是一个常数的视频帧速率视频。由此产生的协调时间序列存储在变量:吨,结晶度和YC。-Simple scr ipt to read a video file and track a single red marker in 2D using the hue and saturation values. The large
sortdat
- 能读取具有位置和机动信息的雷达数据,并将其按地址存储!-read and store the radar data!
SelectPic_1
- 实现视频 分帧功能 按照灰度值存储 直接matlab读取-matlab vc
readsegy
- 用于读取sgy地震数据的matlab小程序,方便大家理解sgy文件存储规则-procedure for sgy file reading
hex2dec_diy
- function hex2dec_diy(infile,outfile,row,col) 从文件中读取十六进制的数据,转换为十进制数据后,再存储数据文件。 infile: 输入文件名,字符类型 outfile: 输出文件名,字符类型 row: 输入数据行数,数值类型 col: 输入数据列数,数值类型 Author: xcw Data: 2011-07-27 -no descr iption
daima
- fscanf在读取ascii数据是先按行读取,就是先读一行的数据,然后按列存储,就是先存完一列之后,再存另一列因此一个10,20列的数据-fscanf read ascii data press line read, is to read the data of a line, then stored by columns, is the pre-existing finished after one, and then save the data of another column 10,20
readsqlite2
- 用matlab读取sqlite数据库中的BLOB方式存储的双精度数据块。以字符方式读入,利用矩阵方式进行高地位交换处理,具有较高的读入速度。-read the double data for sqlite database in whith the data is save as BLOB style. The data is read as string and operated as a big matrix. This program run at the best speed.
read_grib.r4
- grb格式文件是国际气象组织一种独特的数据存储格式,所有不能直接打开。本matalb代码可以读取。-The grb file format is a unique data storage format by International Meteorological Organization, which can not be directly opened. The matalb code can read the grb file.
dubaogao
- STK生成的报告数据较复杂,可以通过matlab的指令,直接读取生成的轨道数据报告,并进行相应的存储。-Report data STK generate more complex, you can matlab instructions directly read track data report generation, and the corresponding storage.
图像处理
- 掌握使用MATLAB对图像进行操作和处理,包括图像的读取、存储、显示、格式转换、调整和显示图像像素等,清楚一些常用的标准数组,并能进行基本的逻辑运算。掌握图像空间增强的方法,如灰度变换、分段线性变换和直方图处理的概念和实现。
get_Eph2.10
- 导航定位,星历文件RINEX2.10版本的数据,读取星历文件,并存储。-Navigation and positioning, RINEX2.10 ephemeris file version of the data, read ephemeris file, and store.
视频读取-播放-存储操作程序
- 把视频转换为图片,并保存每一帧图片,视频读取-播放-存储操作程序(Convert video into pictures and save each frame picture, video read play memory operation program)
readEcg
- 本代码可将自主研发的心电采集设备中的ECG数据读取并显示。原始数据以二进制格式存储,该程序可将实验室自采数据转换为十进制数并显示在界面中。要求输入的文件格式为.txt或.ecg文件。(This code can read and display ECG data in self-developed ECG acquisition equipment. The original data is stored in binary format. The program can convert lab
segy数据读取matlab
- matlab读取地震数据segy,提取道头和卷头信息,能够准确读取segy文件,并从中提取裸数据、文件头、道头等重要信息,还能存储成多种文件格式。