MATLAB > load tetmesh > tetとX > nodeとelement
例1
load tetmesh;
trep = TriRep(tet, X);
load tetmeshをするとtet, Xが利用できるようだ。
これらは何か?
https://jp.mathworks.com/help/pde/ug/create-and-view-3-d-geometry.html?searchHighlight=tetmesh&s_tid=doc_srchtitle
3-D Geometry from a Finite Element Mesh
load tetmesh
Examine the node and element sizes.
size(tet),size(X)
上記の文章より、以下と推測する。
- tet: node
- X: element
Author And Source
この問題について(MATLAB > load tetmesh > tetとX > nodeとelement), 我々は、より多くの情報をここで見つけました https://qiita.com/7of9/items/131af4bbe54fc619478c著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .