How to replace numbers in a column vector after certain elements?

3 ビュー (過去 30 日間)
FW
FW 2019 年 7 月 7 日
回答済み: madhan ravi 2019 年 7 月 7 日
How should we proceed if we have a column vector X with 1000 elements, and we wish to replace all the values after a certain row, say after 600, by zeros? The context is basically filtering in the Fourier domain. It may not be the efficient way, but I just wish to see what happens to the inverse transform? Thanks.

採用された回答

madhan ravi
madhan ravi 2019 年 7 月 7 日
X(600+1 : end) = 0;

その他の回答 (0 件)

製品


リリース

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by