| 查看: 906 | 回复: 2 | ||||
| 当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖 | ||||
06141001新虫 (小有名气)
|
[求助]
matlab的tsearchn函数如何使用?
|
|||
|
请问有没有人用过 matlab的tsearchn函数? 我想查找一个点是不是在一个立方体内部,程序怎么写? |
» 猜你喜欢
博士去二本高校当辅导员,如何调整心态?
已经有10人回复
面上有专家说实验设备不是我们单位的
已经有6人回复
27细胞生物学申博
已经有5人回复
江苏省自然基金 什么时候出结果
已经有6人回复
广西大学-广州大学招聘博士后 欢迎广大优秀人才!!!
已经有11人回复
闲聊
已经有3人回复
如何查询2026年获批项目名称?
已经有3人回复
两块石头
已经有10人回复
售SCI一区T0P文章,我:8O.55.1.O.54,科目全,可伽急
已经有15人回复
面上没中,邀请各位路过的虫友分析一下分数
已经有13人回复
06141001
新虫 (小有名气)
- 应助: 0 (幼儿园)
- 金币: 4
- 散金: 117
- 帖子: 127
- 在线: 44.7小时
- 虫号: 556840
- 注册: 2008-05-11
- 专业: 工程热物理相关交叉领域
3楼2015-08-24 14:27:17
月只蓝
主管区长 (职业作家)
-

专家经验: +1059 - 应助: 1712 (讲师)
- 贵宾: 8.888
- 金币: 68174.7
- 散金: 1938
- 红花: 443
- 沙发: 4
- 帖子: 4373
- 在线: 3292.4小时
- 虫号: 1122189
- 注册: 2010-10-14
- 专业: 宇宙学
- 管辖: 计算模拟区
|
TSEARCHN N-D closest simplex search. T = TSEARCHN(X,TES,XI) returns the indices T of the enclosing simplex of the Delaunay tessellation TES for each point in XI. X is an m-by-n matrix, representing m points in n-D space. XI is a p-by-n matrix, representing p points in n-D space. TSEARCHN returns NaN for all points outside the convex hull of X. TSEARCHN requires a tessellation TES of the points X obtained from DELAUNAYN. [T,P] = TSEARCHN(X,TES,XI) also returns the barycentric coordinate P of XI in the simplex TES. P is an p-by-n+1 matrix. Each row of P is the barycentric coordinate of the corresponding point in XI. It is useful for interpolation. |

2楼2015-08-24 13:11:51










回复此楼