Palette support for Matrix Image view


Version: 2021b

Type: Features

Category: Data Handling

Subcategory: Matrix

Jira: ORG-234 S2


  • Use Palette button on Style toolbar to set palette.

  • Use x-function palApply to set it

string fname$ = system.path.program$ + "Palettes\green.pal";
palApply fname:=fname$;

  • system variable @map: 0 (default) - apply the palette to all matrices, 1 - apply paleet to active matrix only