what is filename in this statement "imwrite(imageArray, filename);"
Show older comments
"imwrite(imageArray, filename);"
Answers (1)
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 Characters and Strings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!