You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
We can easily sample a matrix with rand() function. However, this sampling is sometimes too random - we may end up with rows or columns without any sample and "screw" the downstream code. The canonical solution to this problem is to use stratified sampling. This function implements stratification by both, rows and columns, for a rectangular matrix.
The sampling is without replacement (each field in the matrix can be selected at most once). And we have to provide the count of samples that we want to select.
The function does not use rejection sampling and is reasonably fast (~twice as slow as rand()).
Cite As
Jan Motl (2026). Stratified matrix sampling (https://in.mathworks.com/matlabcentral/fileexchange/72097-stratified-matrix-sampling), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0 (1.77 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0 |
