Code covered by the BSD License
% GUI.VERSION % Returns a struct containing the version of EASYGUI. % Copyright 2009 The MathWorks, Inc. function v = version v.majorVersion = 1; v.minorVersion = 0; v.releaseDate = 'Feb-09-2009';
Contact us at files@mathworks.com