how can i model a structure of nasa almond?
3 ビュー (過去 30 日間)
古いコメントを表示
I want to model a nasa almond structure.
i found a code on matlab but it shows an error of
undefined function platform.
p = platform;
p.FileName = 'NASA-Almond.stl';
p.Units = 'm';
figure
show(p)
5 件のコメント
回答 (1 件)
KSSV
2020 年 6 月 20 日
You can use this package: https://in.mathworks.com/matlabcentral/fileexchange/25555-mesh2d-delaunay-based-unstructured-mesh-generation
Also have a look on pde toolbox matlab.
参考
カテゴリ
Help Center および File Exchange で Model Import についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!