from
FeatureFinder 2.4.1
by Feature Finder A user-friendly tool for signal filtering and feature extraction. Well-suited to large data sets!
Comm_Alert(sMessage)
% Comm_Alert(MSG)
% This function is used to alert the user of new or useful information.
%
% Input arguments:
% MSG - the message string
%
% Output arguments;
% none
%
% Written by Alex Andrews, 2010-2011.
function Comm_Alert(sMessage)
h=msgbox(sMessage,'Message','help','modal');
waitfor(h);