from Guide to Serial Port Interfacing by Nitin Skandan
This article will give a detailed description of serial port interfacing in MATLAB.

servicetimer(obj, event)
%   /***********************************************************************
% 
% * Company: TATA ELXSI LIMITED
% 
% * File Name: servicetimer.m
% 
% * Author : Nitin S
% 
% * Version : 0.0.1
% 
% * Description: Timer service callback function
% 
% * Date :10/08/2005
% 
% * Customer Bug No./ CMF No. : NA
% 
% * Brief description of the fix/enhancement: NA
% 
% ***********************************************************************/
function servicetimer(obj, event)
global count ;
count = count+1 ;

Contact us at files@mathworks.com