Effacer les filtres
Effacer les filtres

3d plot -> 2d cirlce -> specific degree / tilt / slope

2 vues (au cours des 30 derniers jours)
reza
reza le 2 Jan 2014
Commenté : Image Analyst le 2 Jan 2014
Hello, here is a code of creating a 2d circle in a 3d plot using liear algebra,
r=1;
theta=-pi:0.01:pi;
x=r*cos(theta);
y=r*sin(theta);
plot(x,y,zeroes(1,numel(x)));
how can i give the circle an specific degree / give it some tilt.
  1 commentaire
Image Analyst
Image Analyst le 2 Jan 2014
You probably should have kept this discussion in your original thread this one, where I asked you questions about what slope meant, rather than starting up another one.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Scatter Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by