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.
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 .
Quellenangaben
Inspiriert: Forecasting the FTSE 100 with high-frequency data: A comparison of realized measures
Allgemeine Informationen
- Version 1.6.0.0 (24,8 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 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 |
