Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

how can i multiply complex scalar x = 0.4956 - 0.2657i with array "y" of size (257 1). thanks in advance

2 visualizaciones (últimos 30 días)
how can i multiply complex scalar x = 0.4956 - 0.2657i with array "y" of size 257 1. thanks in advance

Respuestas (1)

Ameer Hamza
Ameer Hamza el 4 de Mayo de 2018
Just multiply as two normal vectors
result = x.*y;

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by