To show Mona Lisa in Matlab using imshow
function, you can use the following code:
main.m55 chars3 lines
Here, we first read the Mona Lisa image using imread
function, and then display it on the screen using imshow
function.
Note: The filename used in imread
function should be the full path if the image is not in the current working directory.
gistlibby LogSnag