how to create 3D shape with matrix in matlab
1 view (last 30 days)
Show older comments
Hello! Im new to Matlab and i started to get used to it.I wanted to ask if anyone have a 3D geometric shape with matrix zooming and moving code because i have a project and the deadline is in a week and i need to create a 3D geometric shape with matrixs in matlab and make it zoom in and out using matrix and also make it move with diagonal matrix. Thank you.
0 Comments
Answers (1)
KSSV
on 1 May 2017
[X,Y,Z] = peaks(50) ; surf(X,Y,Z)
Once figures opens, you have the options of zooming, panning etc.
0 Comments
See Also
Categories
Find more on Entering Commands in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!