how can i multiply complex scalar x = 0.4956 - 0.2657i with array "y" of size (257 1). thanks in advance
Info
This question is closed. Reopen it to edit or answer.
Show older comments
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
on 4 May 2018
Just multiply as two normal vectors
result = x.*y;
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!