Info

This question is closed. Reopen it to edit or answer.

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

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

Answers (1)

Ameer Hamza
Ameer Hamza on 4 May 2018
Just multiply as two normal vectors
result = x.*y;

Community Treasure Hunt

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

Start Hunting!