Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Is there a way for MatLab to compute random numbers for a range of numbers?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a set of numbers but I need to compute all combinations of them and put them in a spreadsheet. Can Mathlab help me with this?
4 Kommentare
Mohammad Abouali
am 1 Okt. 2015
Bearbeitet: Mohammad Abouali
am 1 Okt. 2015
Let's say you generate all the 20^100 numbers; Where do you want to store it? Let's say you need only 1Byte for each number (which definitely you gonna need more; but let's just ignore this), then you gonna need 1.1259e+115 PetaBytes of storage to store all of them. Something tells me even with all the computers combined, you won't have that much of storage.
Antworten (2)
Walter Roberson
am 1 Okt. 2015
No. 20^100 exceeds the estimated number of elementary particles in the Universe. You would need to be able to somehow inscribe at least 10^45 different values on each elementary particle in order to store 20^100 lists of numbers. This cannot be done.
5 Kommentare
the cyclist
am 1 Okt. 2015
It sounds like you might want the perms command. If that is not quite what you need, you might click on some of the "See Also" commands listed at the bottom of that page.
3 Kommentare
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!