채택된 답변

Star Strider
Star Strider 2018년 1월 26일
편집: Star Strider 2018년 1월 26일

2 개 추천

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

felix jose chavez torres
felix jose chavez torres 2018년 1월 26일
thanks!!
Star Strider
Star Strider 2018년 1월 26일
As always, my pleasure!

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by