How do I convert this math expression to MATLAB code?

1 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by