搜索资源列表
-
0下载:
读取MNIST数据集中图像数据文件和图像标签文件并转化成BMP图片和txt格式的标签数据。本程序简单易用,注释清楚。直接运行代码,选择相应文件即可输出BMP图片或txt文件。-The program is used to read the MNIST
data set and translate the image data file and image label file into BMP or txt files.
-
-
0下载:
读写ply文件的matlab实现。Writes a mesh to a ply file and Reads a ply file (text format). ply files can be in binary format as we-Writes a mesh to a ply file (text format) wich can be read by PlyView from Cyberware and Scanalyze from Stanford University. Both
-
-
0下载:
matlab环境下怎么样从txt文件中读取数据 分类:matlab与图像处理文件内容形式一(假定文件名为test1.txt):-matlab environment how to read data from a txt file classification: matlab image processing and file content in the form of a (assuming that the file named test1.txt):
-
-
0下载:
读取txt文件中的内容,并根据读取的数据在matlab中作图,可以调整自己的需求-Read the contents of the file, and mapping
-
-
0下载:
如何读取数据textread,例如通过textread( x_inlet.txt )我们可以把文件x_inlet.txt中的数据存储到数组x中,且x的维数和大小会自动与文件x_inlet.txt的相匹配。
如何画三维曲面图surf,例如 surf(x,y,z),其中xy分别为n,m个元素的一维数组时,z必须为n*m的二维数组。-How to read the data textread, for example, through x textread ( x_inlet.txt ) we
-
-
0下载:
如何读取数据textread,例如通过textread( x_inlet.txt )我们可以把文件x_inlet.txt中的数据存储到数组x中,且x的维数和大小会自动与文件x_inlet.txt的相匹配。
如何画三维曲面图contour,例如 contour(x,y,z),其中xy分别为n,m个元素的一维数组时,z必须为n*m的二维数组。
-How to read the data textread, for example, through textread (x_inlet.txt)
-
-
0下载:
如何读取数据textread,例如通过xin textread( x_inlet.txt )我们可以把文件x_inlet.txt中的数据存储到数组xin中,且xin的维数和大小会自动与文件x_inlet.txt的相匹配。
如何设定坐标轴范围和坐标间距axis,set
例如 axis([0,7,0,12,-10,2])表示xyz坐标范围分别为0~7,0~12,-10~2,set(gca, XTick ,[0:1:7])表示x坐标范围为0~7,坐标间距为1.-How can we read
-
-
0下载:
文件是关于如何读取和运行一个off文件,这个压缩包内包含txt文件和代码,代码是读取和运行一个off文件的代码文件(The file is about how to read and run an off file.The box contains the txt file and the file is the codes of reading and running the off file.)
-
-
0下载:
该程序代码我不知道怎么用,是一个画等值线的程序代码,代码来源于长江大学李文华和张群龙老师,但是我发现我在借用该程序读入txt文件时出现了问题,在执行循环语句时出现了索引越界,不知道怎么处理了。我是matlab小白,希望有老师能指教一下(The program code I do not know how to use, is a painting contour program code from the Yangtze River University, Li Wenhua and Zhang
-
-
4下载:
能够读取txt文件中的三维点云数据,渲染并显示三维图像,180°自动旋转查看(To 3D point cloud data read TXT file, rendering and displaying 3D images, automatic rotation view of 180 degrees)
-