フィルターのクリア

How do I convert this math expression to MATLAB code?

1 回表示 (過去 30 日間)
Tianyi Chai
Tianyi Chai 2021 年 7 月 24 日
コメント済み: Tianyi Chai 2021 年 7 月 24 日
Assume there are 2T numbers of input as U with Noise and noise has 0 mean with identical matrix size m
If my assumption is correct what would be the matlab code for this line of equation

採用された回答

Walter Roberson
Walter Roberson 2021 年 7 月 24 日
U = arrayfun(@(idx) randn(m,m), 1:2*T, 'uniform', 0);

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMathematics についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by