random array
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
i'm trying to produce a random plot with random nodes within a specified range. how can I perform this task?
0 Kommentare
Antworten (2)
Sahyadri Vibhu
am 20 Mär. 2012
depvar = randi ([a b],c,d);
plot (depvar);
where "a" and "b" are the limits and a cXd matrix is stored in depvar
0 Kommentare
Siehe auch
Kategorien
Mehr zu Random Number Generation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!