Réponse acceptée

Star Strider
Star Strider le 26 Jan 2018
Modifié(e) : Star Strider le 26 Jan 2018

2 votes

Try this:
x = [1;1] * linspace(-4, 4, 25) ;
y = x.^2;
figure(1)
surf(x, y, [zeros(size(x(1,:))); 5*ones(size(x(1,:)))], 'EdgeColor','b')
grid on
view(-75, 45)
EDIT Added plot.

2 commentaires

felix jose chavez torres
felix jose chavez torres le 26 Jan 2018
thanks!!
Star Strider
Star Strider le 26 Jan 2018
As always, my pleasure!

Connectez-vous pour commenter.

Catégories

En savoir plus sur 2-D and 3-D Plots dans Centre d'aide 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