搜索资源列表
distilldata
- 自动删除数据文件中的字母,只读取其中的数字行-Automatically delete the data file of letters, which read only the number of line ~ ~ ~
seriesprocess_dat_mat
- 该源码能够实现自动将同一文件夹下的仿真平台的dat数据结果转化为matlab能够读取的矩阵数据格式-The source code can be achieved automatically the dat data results of the simulation platform under the same folder into matlab matrix data format that can be read
plot
- 读取txt文件,自动读取数值点,进行曲线拟合-Read the txt file, automatically read numerical point, curve fitting
file_read
- 一个可以自动读取文件夹下面文件名的程序,或自动将文件名保存为text,可以用于重命名等操作-A folder can be automatically read the file name of the program, or automatically save the file name as text, can be used to rename and other operations
Matlab-draw
- 如何读取数据 textread,例如通过x textread( x_inlet.txt )我们可以把文件x_inlet.txt中的数据存储到数组x中,且x的维数和大小会自动与文件x_inlet.txt的相匹配。 如何画二维曲线图 plot,例如 plot(x,y, ob- , linewidth , 2)可以画分别以xy为横纵坐标的二维曲线,线型由ob-决定。 -How to read the data textread, for example, through x textrea
Matlab_SVM
- SVM算法实现+数据 (要用到一些包,按照代码里面的import到网站下就行) 1.读取数据:在Matlab中调用textread可读取UCI数据集,这里读取的文件是iris.data,因为文件中以逗号为分隔符,所以还要在读取方法中添加参数“‘delimiter’,‘,’”,从而在读数据的时候自动跳过分隔符。 2.调用cvx工具箱中的方法:首先需要下载cvx工具箱的压缩文件,在其目录下运行cvx_setup指令,然后调用其方法,以cvx_begin开头,cvx_end为终止符号,所有需