Effacer les filtres
Effacer les filtres

How do I convert this math expression to MATLAB code?

1 vue (au cours des 30 derniers jours)
Tianyi Chai
Tianyi Chai le 24 Juil 2021
Commenté : Tianyi Chai le 24 Juil 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

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by