what is filename in this statement "imwrite(imageArray, filename);"

Answers (1)

filename should be a string with the filename for the output. For example:
>> filename = 'output.bmp'

Tags

Asked:

on 1 Oct 2012

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!