I want my entire screen, say X by Y resolution, to be covered with an image of X by Y resolution on MATLAB 2014(b)+ platforms. In the previous versions, WindowAPI [1] seemed to work well with the following command. Basically I need to display my image on full screen mode in the said monitor.
iptsetpref('ImshowBorder','tight');
WindowAPI(Fig_Handle, 'Position', 'Full')
Due to version changes/improvements, this method doesn't seem to work. Any ideas?
[1] - http://www.mathworks.com/matlabcentral/fileexchange/31437-windowapi
This is not a duplicate question. All methods mentioned there do not work.