Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
Example using matrix
X = [1 2; 2 5; 3 6; 4 10; 7 11; 10 13];
p = [0.25 0.50 0.75];
Q = quantile(X,p)
Q =
2.2500 5.2500
3.5000 8.0000
6.2500 10.7500
See more examples described in the script files.
Zitieren als
David Ferreira (2026). Quantiles (https://de.mathworks.com/matlabcentral/fileexchange/70279-quantiles), MATLAB Central File Exchange. Abgerufen .
Allgemeine Informationen
- Version 1.0.6 (1,42 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.0.6 | Code simplification. |
||
| 1.0.5 | Added 0.0 to 1.0 percentage support. |
||
| 1.0.4 | Description correction |
||
| 1.0.3 | Matrix support added |
||
| 1.0.2 | Scalar support added |
||
| 1.0.1 | Calculation of the median added |
||
| 1.0.0 |
