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.
NMULTICHOOSEK(N,K) finds the number of multisets of length k on n symbols. NMULTICHOOSEK can take vector or scalar input.
NMULTICHOOSEK(N,K,'single') is the same as NCHOOSEK (unordered samples WITHOUT repetition), except that it accepts vector inputs for both n and k.
NMULTICHOOSEK(N,K,'multi') is the same as NMULTICHOOSEK(N,K).
Examples:
N = nmultichoosek(5,1:5)
finds the number of multisets of
length 1 to 5 from a 5 symbol set
N = nmultichoosek(5,1:5,'single')
is the same as:
for k=1:5
N(k) = nchoosek(5,k);
end
Zitieren als
Peter (PB) Bodin (2026). NMULTICHOOSEK (https://de.mathworks.com/matlabcentral/fileexchange/9029-nmultichoosek), MATLAB Central File Exchange. Abgerufen .
Allgemeine Informationen
- Version 1.0.0.0 (1,58 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.0.0.0 | changed category. |
