random array
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
i'm trying to produce a random plot with random nodes within a specified range. how can I perform this task?
0 Commenti
Risposte (2)
Sahyadri Vibhu
il 20 Mar 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 Commenti
Vedere anche
Categorie
Scopri di più su Random Number Generation in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!