Borrar filtros
Borrar filtros

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 visualizaciones (últimos 30 días)
for i = 1:10 rand() end
%is coming 10 random numbers ans = 1, ans = 7 ans = 4 osv.

Respuesta aceptada

dpb
dpb el 12 de Mzo. de 2015
rnvs=rand(10,1);
See
doc rand % for use

Más respuestas (0)

Categorías

Más información sobre Characters and Strings en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by