persistent init and rng

2 次查看(过去 30 天)
DM
DM 2015-4-23
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 个评论
Image Analyst
Image Analyst 2015-4-23
Which function? If you say "doc rng" (or whatever function you want), does it bring up the help?

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Random Number Generation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by