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

MATLAB读取OFF文件

于 2022-02-25 发布 文件大小:4.63 MB
0 58
下载积分: 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 个回复

  • Desktop
    利用FDTD算法简单计算波导耦合环的M文件。( M-file of using FDTD approach simulation the waveguide coupling ring)
    2013-03-15 14:55:25下载
    积分:1
  • divide
    对图像进行分块处理,可以设置分块比例,该程序设置的是8*8的比例,将图像分成64块(The image processing block, you can set the ratio of the block, the program is set proportion of 8* 8, the image is divided into 64)
    2014-02-09 10:02:56下载
    积分:1
  • pso-riqian-dispatch
    日前调度计划优化,根据负荷、风电、光伏、燃气轮机、蓄电池出力计划,安排日前调度出力,以成本最优为目标函数进行调度(Recently scheduling optimization, depending on the load, wind power, photovoltaic, gas turbines, battery output plan arranged before scheduling output, optimal scheduling cost as the objective function)
    2020-11-16 13:59:40下载
    积分:1
  • w
    说明:  这段程序用于实现封闭空间逃生模拟,通过这段程序可以看到在一个封闭空间中,很多人是如何高效逃生的。(This program used to implement analog to escape an enclosed space, you can see through this process in a closed space, a lot of people how to effectively escape.)
    2021-04-09 21:08:59下载
    积分:1
  • matlab-program
    i have a great sotlution for this equation of euler loook a small program but a perfect result
    2013-05-03 23:22:19下载
    积分:1
  • Time_FFT_NarrowBand_v3
    Time_FFT_NarrowBand_v3.zip it has an input data.
    2012-04-17 19:38:55下载
    积分:1
  • Julia
    Julia set的代码 ,分形算法的实现~matlab(The code of the Julia set fractal algorithm ~ matlab)
    2012-06-28 23:59:13下载
    积分:1
  • yichuanyouhua
    随机共振过程中,针对参数a和b的优化处理,此处使用的是遗传算法。(Stochastic resonance process, the parameters a and b for the optimization, genetic algorithm is used here.)
    2020-11-07 15:29:49下载
    积分:1
  • a-MATLAB-library-for-robust
    介绍一个稳健性分析工具箱。主要做稳健性主成分、主成分回归、分类。(Our toolbox currently contains implementations of robust methods for location and scale estimation, covariance estimation (FAST-MCD), regression (FAST-LTS, MCD-regression), principal component analysis (RAPCA, ROBPCA), principal component regression (RPCR), partial least squares (RSIMPLS) and classification (RDA). Only a few of these methods will be highlighted in this paper. The toolbox also provides many graphical tools to detect and classify the outliers. The use of these features will be explained and demonstrated through the analysis of some real data sets.)
    2013-10-18 15:41:39下载
    积分:1
  • c
    说明:  跳频参数估计论文,主要是通过各种时频分析方法进行处理(The hopping parameter estimates thesis, mainly handled by a variety of time-frequency analysis methods)
    2012-09-17 13:04:41下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载