Watch this Author's files
Not sure since which matlab version the following will work, but with version R2011a, you may use a one line code:
set(gcf, 'Position', get(0,'ScreenSize'));
Could be possible to have a version for 64 bit please? I don't have any compiler installed within Matlab.. Many thanks indeed
And thanks also to Joseph! (:
To suppress the warning: warning('off', 'MATLAB:mex:deprecatedExtension');
to supress it only temporarily s = warning('off', 'MATLAB:mex:deprecatedExtension'); maximize(hFigure) warning(s);
Thanks!
Thanks, This is great, but like Andy was asking, is there a way to suppress the dll warning?
Contact us at files@mathworks.com