Borrar filtros
Borrar filtros

3D sinus imaginary part

2 visualizaciones (últimos 30 días)
Levy Wiggelinkhuizen
Levy Wiggelinkhuizen el 12 de Feb. de 2019
Comentada: Levy Wiggelinkhuizen el 22 de Feb. de 2019
Hello fellow matlab users,
How can i build the following 3D sinus function?
Could somebody point me in the right direction.
Much appreciated!

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Productos


Versión

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by