Info

此问题已关闭。 请重新打开它进行编辑或回答。

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

1 次查看(过去 30 天)
how can i multiply complex scalar x = 0.4956 - 0.2657i with array "y" of size 257 1. thanks in advance

回答(1 个)

Ameer Hamza
Ameer Hamza 2018-5-4
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!

Translated by