How to randomly add variance in a graph plot
이전 댓글 표시
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?
답변 (1개)
Star Strider
2015년 9월 28일
편집: Star Strider
2015년 9월 28일
0 개 추천
Experiment with the randn and rand functions to get the result you want.
카테고리
도움말 센터 및 File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!