How do I convert this math expression to MATLAB code?

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개)

카테고리

도움말 센터File Exchange에서 Mathematics에 대해 자세히 알아보기

제품

릴리스

R2021a

질문:

2021년 7월 24일

댓글:

2021년 7월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by