randinrc returns a pseudo random (n x m) array R such that
- R contains integers in (1:range)
- for each column Rj = R(:,j) two elements of Rj that has the same value are separated by at least minstep in their positions
Optionally drawing with and without replacement cen be specified by user
Zitieren als
Bruno Luong (2025). randinrc (https://www.mathworks.com/matlabcentral/fileexchange/133192-randinrc), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2023a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.0.2 | Slightly faster using FIFO |
||
1.0.1 | Add example in the H1 line |
||
1.0.0 |