photo

fluid


Last seen: 3 years ago Active since 2017

Followers: 0   Following: 0

Message

Statistics

All
  • First Submission
  • Solver
  • First Answer

View badges

Feeds

View by

Answered
Is there a function alternative to get array/matrix/cell elements?
Check this, and there are very good answers there : How can I index a MATLAB array returned by a function without first assign...

4 years ago | 1

Answered
How to generate Gaussian white noise with certain variance in Matlab?
y1 = wgn(1000, 1, 0); % a 1000-element white noise with power 0dBW, that is 1W var(y1) ans: ans = 0.9979

7 years ago | 0