Clear Filters
Clear Filters

Can I get the top view, side view and front view of following 3D plot in matlab figure editor?

44 views (last 30 days)

Answers (1)

KL
KL on 3 Nov 2017
Edited: KL on 3 Nov 2017
use view
top view is,
az = 0;
el = 90;
view(az, el);
read more on the link to learn how to adjust the parameters.

Categories

Find more on Graphics Object Identification in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!