Why does the GETFRAME function in MATLAB produce movie frames of poor resolution?
Show older comments
If I display my image in a small axes and use the GETFRAME function to convert the image to a movie frame, the resulting movie frame has poor resolution.
For instance, using the code:
load trees
set (gca,'units','pixels','position',[100 100 100 100])
imagesc (X)
a = getframe(gca)
close all
imagesc (a.cdata)
Accepted Answer
More Answers (0)
Categories
Find more on Animation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!