export - how save image with better or specificresolution in gui matlab? -


i trying save image command getframe resolution low, can not give zoom.

for i'm using code:

[arq,dir] = uiputfile('*.jpg','output files'); filename=fullfile(dir,arq); f=getframe(handles.axes1); [x,map]=frame2im(f); imwrite(x,filename,'jpg'); 

i need save in jpg , need save label (x,y) in graph. how can this?

there command better getframe?


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -