How to randomly add variance in a graph plot
1 回表示 (過去 30 日間)
古いコメントを表示
I'm graphing y=x, but I want to add a second plot of black stars where y is randomly + or - 0.25 I know the code to plot is
plot (x,y2, 'k*')
but how do I randomly add noise to create y2?
0 件のコメント
回答 (1 件)
Star Strider
2015 年 9 月 28 日
編集済み: Star Strider
2015 年 9 月 28 日
Experiment with the randn and rand functions to get the result you want.
2 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!