How can i save the random numbers in one array/string? I have similar problem, so this is just an example. Don't know how to explaine the other one

2 visualizzazioni (ultimi 30 giorni)
for i = 1:10 rand() end
%is coming 10 random numbers ans = 1, ans = 7 ans = 4 osv.

Risposta accettata

dpb
dpb il 12 Mar 2015
rnvs=rand(10,1);
See
doc rand % for use

Più risposte (0)

Categorie

Scopri di più su Characters and Strings 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!

Translated by