Filter löschen
Filter löschen

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 Ansichten (letzte 30 Tage)
for i = 1:10 rand() end
%is coming 10 random numbers ans = 1, ans = 7 ans = 4 osv.

Akzeptierte Antwort

dpb
dpb am 12 Mär. 2015
rnvs=rand(10,1);
See
doc rand % for use

Weitere Antworten (0)

Kategorien

Mehr zu Characters and Strings 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!

Translated by