Borrar filtros
Borrar filtros

How do I convert this math expression to MATLAB code?

1 visualización (últimos 30 días)
Tianyi Chai
Tianyi Chai el 24 de Jul. de 2021
Comentada: Tianyi Chai el 24 de Jul. de 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

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Mathematics en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by