randperm not working correctly on Matlab Web App
Show older comments
Hello everyone,
I have a problem with the randperm function. In the MATLAB App designer it always outputs a random number, but in the Web App the numbers are always the same. Is that the expected behavior? May I be missing something?
3 Comments
Cris LaPierre
on 12 Mar 2021
Do you set the rng seed before calling randperm?
Marcos
on 12 Mar 2021
Cris LaPierre
on 12 Mar 2021
No, but if you are using it, it will cause the same random numbers to be generated each time.
Accepted Answer
More Answers (0)
Categories
Find more on Profile and Improve Performance in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!