Azzera filtri
Azzera filtri

3D sinus imaginary part

1 visualizzazione (ultimi 30 giorni)
Levy Wiggelinkhuizen
Levy Wiggelinkhuizen il 12 Feb 2019
Hello fellow matlab users,
How can i build the following 3D sinus function?
Could somebody point me in the right direction.
Much appreciated!

Risposta accettata

Jon Wieser
Jon Wieser il 12 Feb 2019
Modificato: madhan ravi il 13 Feb 2019
This will get you started
[x,y]=meshgrid(-1:.1:1,-6:.1:6);
z=x.*sin(y);
surf(x,y,z)

Più risposte (0)

Categorie

Scopri di più su MATLAB in Help Center e File Exchange

Prodotti


Release

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by