採用された回答

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 ExchangeGet Started with MATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by