登录
首页 » Matlab » MATLAB读取OFF文件

MATLAB读取OFF文件

于 2022-02-25 发布 文件大小:4.63 MB
0 77
下载积分: 2 下载次数: 1

代码说明:

基于MATLAB的读取OFF文件程序!!! function I=offread1(filename) fid = fopen(filename, "r"); title = textscan(fid, "%s", 1); number=textscan(fid, "%d %d %d", 1); points=textscan(fid, "%f %f %f", number{1}); faces=textscan(fid, "%d %d %d %d", number{2}); for i = 1 : number{2}     faces{2}(i, 1) = faces{2}(i, 1) + 1;     faces{3}(i, 1) = faces{3}(i, 1) + 1;     faces{4}(i, 1) = faces{4}(i, 1) + 1;

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • parameter-estimation
    参数估计与假设检验案例分析与matlab实现,仿真运行,完整的材料(Parameter estimation and hypothesis testing case analysis and matlab implementation, simulation run)
    2013-08-26 10:41:39下载
    积分:1
  • ICLS
    一种改进的混沌算法,结合进化算法进行改进,利用logistic映射进行改进(An improved chaotic particle algorithm to improve the diversity of PSO)
    2013-11-19 12:20:48下载
    积分:1
  • SAX2DTM2
    Iterator that returns all immediate children of a given node.
    2014-01-17 14:24:13下载
    积分:1
  • dianyun
    可以直接運行TestMyCrust.m,是讀取恐龍點雲的sample,load其它mat文件,可以查看其他samples。(Can be run directly TestMyCrust.m, is to read the dinosaur point cloud sample, load other mat file, you can view other samples.)
    2015-04-22 12:07:11下载
    积分:1
  • Dynamic_LSCMA_3
    动态LSCMA(最小二乘恒模)算法程序,空间存在3个信号,每行有注释。(Dynamic LSCMA (least square constant modulus) algorithm program, there are 3 signals in space, each line has a note.)
    2015-06-06 19:51:40下载
    积分:1
  • viterbi_trellis_generator
    my matlab program this for viterbi
    2010-01-28 02:39:02下载
    积分:1
  • FCM
    A modified fuzzy c-means image segmentation algorithm for use with uneven illumination patterns and implemention by matlab
    2011-03-31 02:07:59下载
    积分:1
  • 1
    说明:  介绍matlab和vc混编后独立运行程序(Introduce matlab and vc after running the program. Independent mix )
    2011-06-23 09:05:47下载
    积分:1
  • ft1000
    Common structures and definitions for FT1000 Flarion Flash OFDM PCMCIA and USB devices.
    2014-10-14 10:03:43下载
    积分:1
  • Drager_codes
    An example of Chaos Theory application
    2013-04-08 13:11:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载