How to save an image loaded in matlab in excel? file
Show older comments
I am doing image processing in MATLAB.I want to store the filtered images and original image into excel file along with their PSNR values for comparision without saving the processed images into my drive.
My problem here is to display the image matrix in excel as an image.But if I am trying to use xlswrite() it writes individual pixel and if I cannot use the Excel ActiveX command as shown here because it works with image path
Please help me in fixing this issue.
Accepted Answer
More Answers (0)
Categories
Find more on Use COM Objects in MATLAB 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!