random array

조회 수: 4 (최근 30일)
Kugen Raj
Kugen Raj 2012년 3월 18일
i'm trying to produce a random plot with random nodes within a specified range. how can I perform this task?

답변 (2개)

Walter Roberson
Walter Roberson 2012년 3월 18일

Sahyadri Vibhu
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

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by