Info

This question is closed. Reopen it to edit or answer.

saving image from a function

1 view (last 30 days)
RAMESH MUNIRATHINAM
RAMESH MUNIRATHINAM on 20 Nov 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
x=f(y) x= image resulting from the function of y
imshow(x)------> works fine
imwrite(x,location)-----> doesnt work, it says unable to read the file format
what should i do to save the image x
  1 Comment
David Young
David Young on 20 Nov 2014
Please can you show the actual code and the error message from imwrite.

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!