MHKiT-MATLAB
MHKiT-MATLAB copied to clipboard
Code Compatibility: COLMP Warnings
The most recent code compatibility is reporting the following COLMP
warnings.
Identifier | Severity | Documentation | Suppression | File | LineNumber | ColumnRange |
---|---|---|---|---|---|---|
COLMP | Warning | Details | none | mhkit/tidal/graphics/plot_joint_probability_distribution.m | 169 | 10 17 |
COLMP | Warning | Details | none | mhkit/tidal/graphics/plot_rose.m | 104 | 17 24 |
COLMP | Warning | Details | none | mhkit/wave/graphics/plot_matrix.m | 38 | 17 19 |
Details:
COLMP Details (Warning):
- In R2019a and previous releases, the default colormap size is 64.
- Starting in R2019b, colormaps have 256 colors by default.
- If your code depends on a colormap having 64 colors, specify the number of colors when querying the colormap.
- For example,
parula(64)
queries the 64-color parula colormap.