2 % $Author: Peter Gagarinov, PhD <pgagarinov@gmail.com> $
3 % $Copyright: 2015-2016 Peter Gagarinov, PhD
4 % 2015 Moscow State University,
5 % Faculty of Computational Mathematics and Computer Science,
6 % System Analysis Department$
8 curLoc=fileparts(mfilename(
'fullpath'));
9 testFileName=[curLoc,
filesep,
'test_file.txt'];
11 'emailAttachmentNameList',{testFileName},...
12 'emailAttachmentZippedNameList',{[testFileName
'.zip']},...
13 'subjectSuffix',
'for trunk_iv_database_1_29 on blue1',...
14 'loggerName',
'IVMetricsCalculator');
15 obj.
sendMessage(
'calculation started',
'calculation started');
16 obj.sendMessage(
'calculation started');
function sendMessage(in self, in subjectMessage, in varargin)