How to import a 3D image in matlab
7 views (last 30 days)
Show older comments
Hi, i've made a program that simulates the rotation of a satellite on itself. I have a 3D plot that represent the 3 axis of the satellite moving.
To make the 3D plot more realistic I want to integrate a 3D satellite model on my 3 axis. How can i do please ?
2 Comments
Adam
on 18 May 2016
Depends entirely on what format the 3d data is in. If it is in some standard format you should just be able to read it in, reshape the array to 3d with the correct dimensions and then do what you want with that data.
Answers (3)
See Also
Categories
Find more on CubeSat and Satellites 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!