登录
首页 » matlab » mathlabcodes

mathlabcodes

于 2020-05-13 发布
0 368
下载积分: 1 下载次数: 1

代码说明:

说明:  我们提供了一个全面的三维球形帽拟合程序(3D-SCFP),以提取完整的或截断的球形帽(球-球相交)的形态学特征从实验数据,如原子力显微镜图像。我们的程序集成了多种先进的数字图像分析技术,构建了一个三维球形帽模型,通过一个简单的算法可以自动提取纳米结构的几何参数(We provide a comprehensive 3D spherical-cap fitting procedure (3D-SCFP) to extract morphologic characteristics of complete or truncated spherical caps (sphere-sphere intersection) from experimental data)

文件列表:

license.txt, 1303 , 2018-03-28
mathlabcodes, 0 , 2020-05-13
mathlabcodes\.DS_Store, 6148 , 2018-03-28
mathlabcodes\example.mat, 574607 , 2018-03-28
mathlabcodes\myfun_CalculateSurfaceArea.m, 2161 , 2018-03-28
mathlabcodes\myfun_CAonLens.m, 462 , 2018-03-28
mathlabcodes\myfun_CodeHT_DropOnLens.m, 667 , 2018-03-28
mathlabcodes\Paper.pdf, 5052790 , 2018-03-28
mathlabcodes\SCFP_3D.m, 18622 , 2018-03-28
mathlabcodes\tifImage, 0 , 2020-05-13
mathlabcodes\tifImage\.DS_Store, 6148 , 2018-03-28
mathlabcodes\tifImage\eg1.tif, 26250 , 2018-03-28
mathlabcodes\tifImage\eg2.tif, 18046 , 2018-03-28
mathlabcodes\tifImage\eg3.tif, 1536 , 2018-03-28
mathlabcodes\tifImage\eg4.tif, 5132 , 2018-03-28
mathlabcodes\tifImage\eg5.tif, 4156 , 2018-03-28
__MACOSX, 0 , 2020-05-13
__MACOSX\._mathlabcodes, 212 , 2018-03-28
__MACOSX\mathlabcodes, 0 , 2020-05-13
__MACOSX\mathlabcodes\._.DS_Store, 212 , 2018-03-28
__MACOSX\mathlabcodes\._example.mat, 212 , 2018-03-28
__MACOSX\mathlabcodes\._myfun_CalculateSurfaceArea.m, 212 , 2018-03-28
__MACOSX\mathlabcodes\._myfun_CAonLens.m, 212 , 2018-03-28
__MACOSX\mathlabcodes\._myfun_CodeHT_DropOnLens.m, 212 , 2018-03-28
__MACOSX\mathlabcodes\._Paper.pdf, 120 , 2018-03-28
__MACOSX\mathlabcodes\._SCFP_3D.m, 212 , 2018-03-28
__MACOSX\mathlabcodes\._tifImage, 212 , 2018-03-28
__MACOSX\mathlabcodes\tifImage, 0 , 2020-05-13
__MACOSX\mathlabcodes\tifImage\._.DS_Store, 212 , 2018-03-28
__MACOSX\mathlabcodes\tifImage\._eg1.tif, 212 , 2018-03-28
__MACOSX\mathlabcodes\tifImage\._eg2.tif, 212 , 2018-03-28
__MACOSX\mathlabcodes\tifImage\._eg3.tif, 212 , 2018-03-28
__MACOSX\mathlabcodes\tifImage\._eg4.tif, 212 , 2018-03-28
__MACOSX\mathlabcodes\tifImage\._eg5.tif, 212 , 2018-03-28

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

发表评论

0 个回复

  • stl transformer
    根据节点坐标和节点连接关系创建三维桁架模型,并用matlab平台将模型数据转成3D打印机可识别的stl文件,用于打印。(The 3D truss model is created based on the node coordinates and the node connections, and the model data is converted to the identifiable STL file of the 3D printer with the MATLAB platform, which is used for printing.)
    2018-07-09 14:01:54下载
    积分:1
  • P110 170
    选区激光熔化的高斯体热源,希望能对初学者有所帮助,也期待帮忙指正(The Gaussian heat source of the selective laser melting is shown, I hope that it would be helpful for beginners, and I look forward to an advice for revision.)
    2018-09-26 20:34:07下载
    积分:1
  • 热源模型
    说明:  双椭球和高斯面热源函数,适用于abaqus焊接模拟,调用子程序。(Gauss surface heat source function)
    2019-05-16 21:27:00下载
    积分:1
  • WaterlevelSensor03202019
    说明:  3D model of a water level sensor bracket
    2019-04-04 23:28:51下载
    积分:1
  • 激光焊接 FLUENT UDF 热源模型 能量源项 动量源项 define
    说明:  激光焊接 FLUENT UDF 热源模型 能量源项 动量源项(laser welding UDF Fluent source)
    2021-04-15 09:18:54下载
    积分:1
  • Gcode解析C++源码
    将G代码中数据提取出来  支持300个和G命令和M命令
    2022-08-24 14:18:01下载
    积分:1
  • 把乐谱转化成gcode,从而让3D机唱歌
    3D 打印机唱歌的原理是控制某轴运动的速度,使步进电机不同的频率运转。我先学习了如何写 gcode(http://reprap.org/wiki/G-code/zh_cn),又试写了一段 g代码使 3D 打印机以不同 F 值(相当于进给速度)运转,录音后用 Adobe Audition分析,得出了声音频率与 F 值之间的关系。我又找到了一首简单的歌曲《数鸭子》,查表得每个音符的频率,再用 Excel 算出每个音符的 F 值,手动写出 g 代码,运行效果不错。接下来就是批量化生产了。我用 Java 写了一个自动生成 gcode 的程序,只要将简谱以规定的格式输入,它就会转化成 gcode,后者直接在 3D 打印机中运行。我找来浙江大学校歌的简谱(很遗憾,没有前奏),进行一些格式处理后输入转化程序,果然生成的 gcode 使 3D 打印机放出了悠扬的歌声。 
    2022-08-06 13:05:37下载
    积分:1
  • 基于ESO方法位移约束下的拓扑优化
    实现可靠性拓扑优化设计,添加到其他拓扑优化程序前面来实现优化设计。(The reliability topology optimization design is added to other topology optimization programs to achieve optimal design.)
    2018-05-22 16:15:56下载
    积分:1
  • GraygenegrateImage
    生成格雷码编码图案用于PMD系统中物体三维重建的相位求解(Phase solution of 3D Reconstruction of objects in PMD system by generating Gray-Code coding pattern)
    2019-02-22 14:38:41下载
    积分:1
  • 激光焊接 laser welding
    说明:  Fluent UDF 激光焊接 VOF追踪自由界面 灵活添加各种源项(Laser welding UDF FLUENT)
    2021-04-15 09:08:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载