random array

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

Risposte (2)

Sahyadri Vibhu
Sahyadri Vibhu il 20 Mar 2012

0 voti

depvar = randi ([a b],c,d);
plot (depvar);
where "a" and "b" are the limits and a cXd matrix is stored in depvar

Categorie

Tag

Non è stata ancora inserito alcun tag.

Richiesto:

il 18 Mar 2012

Community Treasure Hunt

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

Start Hunting!

Translated by