Error using imread>parse_inputs (line 457) The file name or URL argument must be a string.

1 view (last 30 days)
Hello, I'm just trying to read image from imread, which is output of imsubtract. But I'm getting error of argument is not a string. What should I do for it?

Accepted Answer

Walter Roberson
Walter Roberson on 17 May 2015
The output of imsubtract is already the image data. You do not have to "read" the data that results from imsubtract, as it is already in memory.

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!