Why function "exprnd" is not available in matlab R2008b

3 visualizzazioni (ultimi 30 giorni)
Just as the title. Could you give me a hand? Thanks all.

Risposta accettata

Walter Roberson
Walter Roberson il 15 Gen 2013
exprnd is part of the Statistics Toolbox, which is an optional product for Commercial and Academic licenses.
The Statistics Toolbox is included in the Student Version licenses but the Toolbox might not be installed by default. I note that you are using R2008b, which has the only Student Version release (so far) that ends in 'b', so you might be using Student Version.
exprnd is part of the R2008b Statistics Toolbox.
  2 Commenti
Bolong
Bolong il 15 Gen 2013
Thanks for your answer, that means I probably need to install a "student version" matlab product if I want to use the function exprnd?
Tom Lane
Tom Lane il 15 Gen 2013
I don't think I'd be giving away valuable secrets by telling you that exprnd is a relatively simple function:
>> rng(0)
>> exprnd(5,2,3)
ans =
1.0245 10.3184 2.2915
0.4947 0.4530 11.6374
>> rng(0)
>> -5*log(rand(2,3))
ans =
1.0245 10.3184 2.2915
0.4947 0.4530 11.6374

Accedi per commentare.

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by