random array
이전 댓글 표시
i'm trying to produce a random plot with random nodes within a specified range. how can I perform this task?
답변 (2개)
Walter Roberson
2012년 3월 18일
0 개 추천
Sahyadri Vibhu
2012년 3월 20일
0 개 추천
depvar = randi ([a b],c,d);
plot (depvar);
where "a" and "b" are the limits and a cXd matrix is stored in depvar
카테고리
도움말 센터 및 File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!