how can i model a structure of nasa almond?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
KSSV
il 20 Giu 2020
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.
Vedere anche
Categorie
Scopri di più su Model Import in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!