how can i model a structure of nasa almond?
Show older comments
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 Comments
KSSV
on 20 Jun 2020
What is platform? Where did you find the code? What you want to do exactly?
AKHILA GOUDA
on 20 Jun 2020
AKHILA GOUDA
on 20 Jun 2020
KSSV
on 20 Jun 2020
It is a function from Antenna Tool box it seems..do you have that tool box?
AKHILA GOUDA
on 20 Jun 2020
Answers (2)
KSSV
on 20 Jun 2020
0 votes
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 Comment
AKHILA GOUDA
on 20 Jun 2020
AKHILA GOUDA
on 26 Feb 2026
Categories
Find more on Map Display 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!