pdeplotで作図した際のサイズ単位は、デフォルトで何に指定されていますか?
2 views (last 30 days)
Show older comments
仮に、下記のようなコードでプロットした場合、サイズの単位は何に指定されているのでしょうか?
また、単位を指定する方法はありますか?
gm = multicuboid(5,10,[10 10],'ZOffset',[0 10])
model = createpde('thermal')
model.Geometry = gm
pdegplot(model,'CellLabels','on','FaceAlpha',0.5)
例えば、一辺 10 μm の立方体をCADで作成し、
下記のコードを用いて、importGeometryを実行してpdeplotをした際は、
model = createpde('thermal');
importGeometry(model,'cube_10um.stl');
pdegplot(model,'FaceLabels','on','CellLabels','on','facealpha',0.5)
一辺 10×10^-3 の立方体が作図の結果として出力されるので、
デフォルトでサイズの単位は mm に指定されているのかなと思っているのですが、
正しいでしょうか?
宜しくお願い致します。
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Geometry and Mesh in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!