Displays an image in a Scilab figure.
img = matplot(img)
Image to be displayed (Mat or a 2D matrix).
matplot displays (in a Scilab figure) an image, which type can be:
Mat type, containing a binary, grayscale or a color image.double, int8, uint8, int16, uint16, int32, uint32, for a gray or a binary image.double, int8, uint8, int16, uint16, int32, uint32, for a color image.