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
colormap_whitejet(), without any arguments, changes the colormap to a jet colormap with 0 as white, and changes the color axes limits from 0 to the current color axes maximum.
map = colormap_whitejet(...) returns the colormap.
... = colormap_whitejet(hax,N) uses the axes specified by "hax" instead of the current axes, and creates a colormap with N values. Note that both inputs are optional.
Inputs (Optional):
- hax - Handle to axes (default: current axes)
- N - # of rows of desired colormap (default: 256)
Outputs (Optional):
- map - Resultant "white jet" colormap
Cita come
Nade Sritanyaratana (2026). colormap_whitejet (https://it.mathworks.com/matlabcentral/fileexchange/48445-colormap_whitejet), MATLAB Central File Exchange. Recuperato .
Riconoscimenti
Ispirato: squink(Colors,Gamma)
Informazioni generali
- Versione 1.0.0.1 (1,29 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
