Azzera filtri
Azzera filtri

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

44 visualizzazioni (ultimi 30 giorni)

Risposte (1)

KL
KL il 3 Nov 2017
Modificato: KL il 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.

Categorie

Scopri di più su Graphics Object Identification in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by