How do I convert this math expression to MATLAB code?

1 visualizzazione (ultimi 30 giorni)
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

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Mathematics in Help Center e File Exchange

Prodotti


Release

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by