Effacer les filtres
Effacer les filtres

3D sinus imaginary part

2 vues (au cours des 30 derniers jours)
Levy Wiggelinkhuizen
Levy Wiggelinkhuizen le 12 Fév 2019
Hello fellow matlab users,
How can i build the following 3D sinus function?
Could somebody point me in the right direction.
Much appreciated!

Réponse acceptée

Jon Wieser
Jon Wieser le 12 Fév 2019
Modifié(e) : madhan ravi le 13 Fév 2019
This will get you started
[x,y]=meshgrid(-1:.1:1,-6:.1:6);
z=x.*sin(y);
surf(x,y,z)
  1 commentaire
Levy Wiggelinkhuizen
Levy Wiggelinkhuizen le 22 Fév 2019
Thanks! Spot on!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Matrix Indexing dans Help Center et File Exchange

Produits


Version

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by