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

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

Antworten (1)

Just multiply as two normal vectors
result = x.*y;

Diese Frage ist geschlossen.

Gefragt:

am 4 Mai 2018

Geschlossen:

am 20 Aug. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by