Generate random samples from 2-d Gaussian
8 ビュー (過去 30 日間)
古いコメントを表示
Hi every one. I'm new in MATLAB and i have this question and dont know how to solve it. i would be thankful for help.
Generate 500 random samples from a 2 dimensional Gaussian with an isotropic Σ using matlab command randn(). Transform the data as above with , b=[0.5 ; 1] and A =[-5 5 ; 1 1] plot the original and transformed points. y=Ax+b
thanks.
0 件のコメント
回答 (1 件)
Sara Hafeez
2016 年 3 月 7 日
This is very very simple just use the rand function and search the help you will get it
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Random Number Generation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!