random array

i'm trying to produce a random plot with random nodes within a specified range. how can I perform this task?

답변 (2개)

Sahyadri Vibhu
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에 대해 자세히 알아보기

태그

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

질문:

2012년 3월 18일

Community Treasure Hunt

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

Start Hunting!

Translated by