Anmerkung des Herausgebers: This file was selected as MATLAB Central Pick of the Week
Return a concatenation of multiple colon-intervals.
User provides left, step, and right bound.
>> mcolon([0 10],[1 2],[2 14])
ans = 0 1 2 10 12 14
Zitieren als
Bruno Luong (2026). Multiple-Colon (https://de.mathworks.com/matlabcentral/fileexchange/29854-multiple-colon), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- AI and Statistics > Statistics and Machine Learning Toolbox > Probability Distributions and Hypothesis Tests > Discrete Distributions > Poisson Distribution >
Tags
Quellenangaben
Inspiriert: Forecasting the FTSE 100 with high-frequency data: A comparison of realized measures
Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.6.0.0 | Fix installation bugs |
||
| 1.5.0.0 | Various improved performance
|
||
| 1.4.0.0 | Fix an overflow bug for colon with integer types |
||
| 1.2.0.0 | Minor correction from Oleg's comments |
||
| 1.1.0.0 | Add optional MEX engine |
||
| 1.0.0.0 |
