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

45 vues (au cours des 30 derniers jours)

Réponses (1)

KL
KL le 3 Nov 2017
Modifié(e) : KL le 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.

Catégories

En savoir plus sur Graphics Object Identification dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by