persistent init and rng

1 visualizzazione (ultimi 30 giorni)
DM
DM il 23 Apr 2015
Commentato: Image Analyst il 23 Apr 2015
I found the following command in a built in function in MATLAB, can anyone please explain to me what they mean?
persistent init;
if isempty(init)
init = 1;
rng(seed);
end
Thanks
  1 Commento
Image Analyst
Image Analyst il 23 Apr 2015
Which function? If you say "doc rng" (or whatever function you want), does it bring up the help?

Accedi per commentare.

Risposte (0)

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!

Translated by