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

1 view (last 30 days)
"imwrite(imageArray, filename);"

Answers (1)

the cyclist
the cyclist on 1 Oct 2012
Edited: the cyclist on 1 Oct 2012
filename should be a string with the filename for the output. For example:
>> filename = 'output.bmp'

Categories

Find more on Numeric Types in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!