Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Create 3-D shaded surface plot for specific values of Z?

4 ビュー (過去 30 日間)
amine&&
amine&& 2016 年 7 月 5 日
閉鎖済み: Stephen23 2016 年 7 月 6 日
I want to draw my function of two variable so that the displayed graph gives me Z values between -5 and 5.
Z = arrayfun(@mFunction, X, Y);
[X,Y] = meshgrid(0:.2:1, 0:.2:1);
surf(X,Y,Z)
What command I should add? Thanks!

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by