How do I convert this math expression to MATLAB code?

1 Ansicht (letzte 30 Tage)
Tianyi Chai
Tianyi Chai am 24 Jul. 2021
Kommentiert: Tianyi Chai am 24 Jul. 2021
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

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 24 Jul. 2021
U = arrayfun(@(idx) randn(m,m), 1:2*T, 'uniform', 0);

Weitere Antworten (0)

Kategorien

Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange

Produkte


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by