登录
首页 » matlab » NURBS插值拟合

NURBS插值拟合

于 2019-02-27 发布
0 201
下载积分: 1 下载次数: 28

代码说明:

说明:  MATLAB针对复杂曲线曲面造型及导函数(MATLAB Surface Modeling)

文件列表:

NURBS插值拟合\BasisFuns.m, 492 , 2018-04-19
NURBS插值拟合\CentrBalanceSample.m, 4208 , 2018-06-08
NURBS插值拟合\ChordalDevMeasure.m, 4981 , 2018-06-20
NURBS插值拟合\ChordalDevMeasure_suf.m, 4069 , 2018-06-10
NURBS插值拟合\clcCurvature.m, 793 , 2018-06-07
NURBS插值拟合\curvePoint.m, 301 , 2018-04-19
NURBS插值拟合\DataBowheiDifference.mat, 20131 , 2018-04-20
NURBS插值拟合\DataEqualARC.mat, 12633 , 2018-04-20
NURBS插值拟合\DataEqualPar.mat, 12630 , 2018-04-20
NURBS插值拟合\drawCurve.m, 336 , 2018-05-06
NURBS插值拟合\drawSurface.m, 495 , 2018-04-19
NURBS插值拟合\FIndSpan.m, 589 , 2018-04-20
NURBS插值拟合\fun_1.m, 1867 , 2018-06-22
NURBS插值拟合\NodeCloud.txt, 57193 , 2018-05-29
NURBS插值拟合\NodeCloud2.txt, 90650 , 2018-05-29
NURBS插值拟合\nurbs3DInter.m, 8096 , 2018-04-18
NURBS插值拟合\nurbsInter.m, 5619 , 2018-05-13
NURBS插值拟合\printnurbs.m, 2320 , 2018-04-15
NURBS插值拟合\Samplingdata.txt, 209562 , 2018-06-22
NURBS插值拟合\SectionPoint.mat, 44557 , 2018-04-11
NURBS插值拟合\SectionPoint.txt, 54034 , 2018-04-12
NURBS插值拟合\SectionPoint2.mat, 47104 , 2018-04-23
NURBS插值拟合\SectionPointScatter3.m, 7862 , 2018-06-24
NURBS插值拟合\StlLayerData.mat, 45575 , 2018-05-11
NURBS插值拟合\StlLayerData_parabolic.mat, 45525 , 2018-05-11
NURBS插值拟合\SurfacePoint.m, 692 , 2018-04-19
NURBS插值拟合\test.m, 8920 , 2018-06-24
NURBS插值拟合\test1.m, 3788 , 2018-06-24
NURBS插值拟合\test2.m, 3327 , 2018-06-24
NURBS插值拟合\test3.m, 2004 , 2018-05-18
NURBS插值拟合\Untitled.m, 2703 , 2018-05-29
NURBS插值拟合, 0 , 2018-06-28

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

发表评论

0 个回复

  • fdtd-matlab
    说明:  计算反射谱和透射谱,对于做多层膜模拟的有一定用处(The calculation of reflection spectrum and transmission spectrum is useful for multilayer film simulation)
    2019-10-25 17:07:00下载
    积分:1
  • 汽车CAN总线通信矩阵设计
    说明:  汽车CAN总线通信矩阵设计。 ? 设计流程 ? CAN通信矩阵设计 ? CAN通信矩阵设计 ? 网关报文和路由设计(Can bus communication matrix design. Design process Can communication matrix design can communication matrix design Design of gateway message and route)
    2021-03-12 09:27:30下载
    积分:1
  • LPC2300的IAP程序启动
    LPC2300 IAP APPLICATION BOOT
    2022-03-20 17:41:35下载
    积分:1
  • 基于c++的五子棋
    资源描述老师大作业,五子棋,包括人人对战,人机对战
    2022-05-19 11:25:18下载
    积分:1
  • DM642 网络测试原程序 包括视频采集和压缩,解压缩编码
    DM642 网络测试原程序 包括视频采集和压缩,解压缩编码-DM642 network testing procedures, including the original video capture and compression, code decompression
    2023-05-22 00:50:03下载
    积分:1
  • SVPWM控制三相有源逆变的MATLAB仿真资料
    SVPWM程序,有仿真结果,有结果分析等详细资料。(SVPWM program, there are simulation results, results analysis and other detailed information.)
    2017-12-05 13:51:51下载
    积分:1
  • LPC-LPCC-Short-Time-Energy-master
    这是一个语音识别提取特征参数的例子,提取lpcc和lpc特征参数并且计算了短时能量,这个是用来检测哭声可以使用的lpc-lpcc-short-time-energy(This is an example of speech recognition extraction feature parameters, extracting lpcc and lpc feature parameters and calculating short-term energy, which is used to detect the use of crying sounds.)
    2019-06-11 15:02:45下载
    积分:1
  • C# 利用HAVING子句过滤分组数据
    C# 利用HAVING子句过滤分组数据,用于查询平均年龄大于22岁的学院学生的数量,在平时的应用中,这是很实用的一个数据库查询技巧。   string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串    @"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");   string P_Str_SqlStr = string.Format(//创建SQL查询字符串    "SELECT * FROM tb_Student");   SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器    P_Str_SqlStr, P_Str_ConnectionStr);   DataTable P_dt = new DataTable();//创建数据表   P_SqlDataAdapter.Fill(P_dt);//填充数据表   return P_dt;//返回数据表
    2022-04-10 01:41:39下载
    积分:1
  • poupie_v35
    包括广义互相关函数GCC时延估计,pwm整流器的建模仿真,最小二乘回归分析算法。( Including the generalized cross-correlation function GCC time delay estimation, Modeling and simulation pwm rectifier Least-squares regression analysis algorithm.)
    2017-03-01 09:23:56下载
    积分:1
  • Pan_Tompkins_ECG_v8
    ECG code for QRS detection
    2020-12-09 06:49:20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载