搜索资源列表
matlab_readprocess
- 本程序是一个读取多通道数据的例子(逐字读取或整行读取)。-this program is a multi-channel data reading examples (verbatim read or read the entire trip).
339311-
- 一共有15个m文件,80几个函数,5000多行代码。包含了一般软件的几大块:界面、参数、算法、仿真、演示等。熟悉GUI的朋友感兴趣的问题都有所涉及:比如参数传递,多个界面的操作,m文件构造复杂界面,存取文件,多个axes,读取图片,显示图片
chuli
- 自己做的一个项目的处理程序: 实现大量数据的格式读取,分割处理,并按要求的行以一定的函数进行运算,把要求的行的数据与时间画出变化曲线
Version_2p2_Final
- TDMS的文件读取到Matlab。 优点: -支持读取v2的文件 -不需要使用NI的DLL,因此它不需要32位窗口 - 支持隔行扫描数据 -只允许读的名称及属性,以得到一个文件是什么感觉快 - 允许读数据的特定子集 -Reads TDMS files into Matlab. Advantages: - supports reading v2 files - doesn t require the NI DLL, thus
Text-File-Array
- Matlab实现文本文件读取并存储成矩阵源代码 -这个Matlab程序,可以读取任何文本文件,并返回一个内容的数组。它在执行过程中,对每个字符串进行匹配,每行作为一次匹配的结束。
rddata
- 读取电脑中特定路径的心电数据,然后将其打开。对源码进行很小的修改就行-This programm reads ECG data which are saved in format which saved in the computer.
2
- 函数ReadDat( )实现从文件IN.DAT中读取一篇英文文章存入到字符串数组xx中;请编制函数StrOR( ),其函数的功能是:以行为单位依次把字符串中所有小写字母o左边的字符串内容移到该串的右边存放,然后把小写字母o删除,余下的字符串内容移到已处理字符串的左边存放,之后把已处理的字符串仍按行重新存入字符串数组xx中。最后main()函数调用函数WriteDat()把结果xx输出到文件OUT5.DAT中。-Function ReadDat () implementation from the
3
- 函数ReadDat()实现从文件IN.DAT中读取一篇英文文章存入到字符串数组xx中,请编制函数StrOL(),其函数的功能是:以行为单位对行中以空格或标点符号为分隔的所有单词进行倒排。最后把已处理的字符串(应不含标点符号)仍按行重新存入字符串数组xx中,最后调用函数writeDat()把结果xx输出到文件OUT6.DAT中。-Function ReadDat () to read from a file IN.DAT an article in English into the string
CountKeyword
- 输入C语言保留字文本文件、C语言源程序文件,输出记录对应C语言源文件中各关键词出现次数的文本文件。 完成以下功能:读取C语言保留字文本文件,建立C语言保留字链表;建立逐行读取给定C语言源文件,分解出每个单词并与C语言关键词进行比较,记录各关键词出现的次数,将所有关键词出现的次数保存到给定文本文件;要考虑用命令行参数实现该任务。 要应用以下知识点:文件的读写;字符数组的操作;命令行参数的使用。 -Enter the C language reserved word text file,
arc_mat-full
- 实现Matlab读取ArcGIS文件,只要设置Matlab路径到文件夹就行-Read ArcGIS achieve Matlab files, simply set the path to the folder Matlab on the line
openOfile
- 逐行读取GPS观测文件中的信息,实现提取站坐标,L,P观测值等各项观测值,生成一个观测值矩阵。-GPS observation file line by line to read the information, to achieve extraction station coordinate, L, P observations and other observations, to generate a matrix of observations.
distilldata
- 自动删除数据文件中的字母,只读取其中的数字行-Automatically delete the data file of letters, which read only the number of line ~ ~ ~
MAT
- 如何从CSV、文本文件中读取记录波形 并返回波形数据 逐行读取文件内容 -How CSV, text file read and returns the waveform data recorded waveforms to read file contents line by line
dataread
- 本文件是matlab语言编写的,用来读取指定行的行数的txt文件-This document is written in matlab language used to specify the number of rows to read txt file
11View
- 字符串分解,首先读取一个文本文件,按照行进行空格获一定自定义格式进行劈分,然后将其进行输出成一个文件-String decomposition, first read a text file, in line with the space custom format by a certain splitting, then the output into a file
TSP
- 退火算法解决TSP,命令行读取文件信息。输出到文件中。-Annealing algorithm to solve TSP
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
fortran读取ncep再分析资料
- 先解压到与数据同一个文件夹下,更改netcdf.f90中要读的nc文件(修改第84行的文件名),运行,生成一个read_netcdf.f90,再在其中(第96行)编写你需要的程序。对于大量同类型文件生成read_netcdf.f90后,可以加循环(第46行),主体部分(第47行到94行)不需要修改
wenbenduxiejisuan
- 读取文本数据并进行计算,将计算的结果写入新的文本,写入列数据并自动换行(Read the text data and calculate, write the results of the calculation to the new text, write the column data and change the line automatically.)
max.min
- 对数据的简单处理,得到数据的最值,能够读取数据的行数(The data is processed simply, and the maximum value or the minimum value of data is obtained, which can read data rows.)
