random array
조회 수: 4 (최근 30일)
이전 댓글 표시
i'm trying to produce a random plot with random nodes within a specified range. how can I perform this task?
댓글 수: 0
답변 (2개)
Sahyadri Vibhu
2012년 3월 20일
depvar = randi ([a b],c,d);
plot (depvar);
where "a" and "b" are the limits and a cXd matrix is stored in depvar
댓글 수: 0
참고 항목
카테고리
Help Center 및 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!