Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Create a mesh, meshgrid, peaks, meshc, surfl

1 Ansicht (letzte 30 Tage)
Brian Nuttall
Brian Nuttall am 2 Apr. 2015
Geschlossen: Sean de Wolski am 2 Apr. 2015
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)

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by