Error using ==> mtimes Inner matrix dimensions must agree.

 Respuesta aceptada

Use ./ instead of /
y=(4*1i*(W*cos(W) + sin(W)))./(W^2);

2 comentarios

Also these changes:
y=(4*1i*(W.*cos(W) + sin(W)))./(W.^2);
Thanks!!

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Preguntada:

el 25 de Abr. de 2016

Comentada:

el 28 de Abr. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by