Info

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

Create a mesh, meshgrid, peaks, meshc, surfl

1 回表示 (過去 30 日間)
Brian Nuttall
Brian Nuttall 2015 年 4 月 2 日
閉鎖済み: Sean de Wolski 2015 年 4 月 2 日
mesh, meshgrid, peaks, meshc, surfl x = linspace(-3, 3, 30); y = linspace(-3, 3, 30); Find the matrix X, Y from the vector x, y [X Y] =? and find appropriate command to build: b)
Z = _________(X, Y)
c)
__________(X, Y, Z)
d) __________(X, Y, Z) e) [X,Y,Z] = _________(30); __________(X,Y,Z)

回答 (0 件)

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

Community Treasure Hunt

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

Start Hunting!

Translated by