Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
This function formats colorbar ticks as dates strings.
Syntax
cbdate
cbdate(h)
cbdate(datenums)
cbdate(datenums,dateformat)
cbdate(datestrs)
cbdate('horiz')
h = cbdate(...)
Description
cbdate converts tick marks of current colorbar to date strings.
cbdate(h) specifies a colorbar handle h on which to perform cbdate. If no handle is specified, cbdate will try to find a current colorbar.
cbdate(datenums) specifies datenums to set as tick marks.
cbdate(datenums,dateformat) specifies date formatting as described in the documentation for datestring. For example, 'mmm yyyy' will print date strings as Nov 2014.
cbdate(datestrs) specifies date strings to use as colorbar ticks.
cbdate('horiz') must be declared if the colorbar is horizontal (pre-R2014b).
h = cbdate(...) returns a colorbar handle h.
Cita come
Chad Greene (2026). cbdate (https://it.mathworks.com/matlabcentral/fileexchange/48413-cbdate), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione 1.0.0.0 (93,6 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.0.0.0 |
