Rank: 444 based on 152 downloads (last 30 days) and 1 file submitted
photo

Alain Trostel

E-mail
Company/University
Berne University of Applied Sciences

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Alain
Updated   File Tags Downloads
(last 30 days)
Comments Rating
05 Jun 2007 maximize figure windows Maximize figure windows by using the Microsoft Windows application programming interface (API). Author: Alain Trostel maxfigsize, customization, maximize, mex, dll, window 152 45
  • 4.68966
4.7 | 29 ratings
Comments and Ratings on Alain's Files View all
Updated File Comment by Comments Rating
25 Aug 2011 maximize figure windows Maximize figure windows by using the Microsoft Windows application programming interface (API). Author: Alain Trostel shen, hailiang

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'));

16 Aug 2011 maximize figure windows Maximize figure windows by using the Microsoft Windows application programming interface (API). Author: Alain Trostel Atcold

Could be possible to have a version for 64 bit please? I don't have any compiler installed within Matlab..
Many thanks indeed

01 Aug 2011 maximize figure windows Maximize figure windows by using the Microsoft Windows application programming interface (API). Author: Alain Trostel Atcold

And thanks also to Joseph! (:

21 Jul 2011 maximize figure windows Maximize figure windows by using the Microsoft Windows application programming interface (API). Author: Alain Trostel 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!

02 May 2011 maximize figure windows Maximize figure windows by using the Microsoft Windows application programming interface (API). Author: Alain Trostel Joseph

Thanks, This is great, but like Andy was asking, is there a way to suppress the dll warning?

Top Tags Applied by Alain
annotation, api, customization, dll, maximize
Files Tagged by Alain
Updated   File Tags Downloads
(last 30 days)
Comments Rating
05 Jun 2007 maximize figure windows Maximize figure windows by using the Microsoft Windows application programming interface (API). Author: Alain Trostel maxfigsize, customization, maximize, mex, dll, window 152 45
  • 4.68966
4.7 | 29 ratings

Contact us at files@mathworks.com