Code covered by the BSD License  

Highlights from
EasyGUI

image thumbnail
from EasyGUI by Gautam Vallabha
EasyGUI ver 1.0 -- Build GUIs quickly and easily in MATLAB

gui.version
%  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