how can i model a structure of nasa almond?
Mostrar comentarios más antiguos
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 comentarios
KSSV
el 20 de Jun. de 2020
What is platform? Where did you find the code? What you want to do exactly?
AKHILA GOUDA
el 20 de Jun. de 2020
AKHILA GOUDA
el 20 de Jun. de 2020
KSSV
el 20 de Jun. de 2020
It is a function from Antenna Tool box it seems..do you have that tool box?
AKHILA GOUDA
el 20 de Jun. de 2020
Respuestas (2)
KSSV
el 20 de Jun. de 2020
0 votos
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.
1 comentario
AKHILA GOUDA
el 20 de Jun. de 2020
AKHILA GOUDA
el 26 de Feb. de 2026
Categorías
Más información sobre Map Display en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
