# HG changeset patch # User Christopher Hummersone # Date 1488889231 0 # Node ID bdd77fe783e49759fe31252800abed763906f988 # Parent aea77872f608ad7e8f25a12db01b5d87a94b17b5 Updated MASSEF documentation with new properties and methods. Added documentation for doc method. diff -r aea77872f608 -r bdd77fe783e4 help_html/helptoc.xml --- a/help_html/helptoc.xml Tue Mar 07 12:08:29 2017 +0000 +++ b/help_html/helptoc.xml Tue Mar 07 12:20:31 2017 +0000 @@ -5,6 +5,7 @@ MASSEF MASSEF.evaluate MASSEF.execute + MASSEF.doc MASSEF.install MASSEF.save MASSEF.start diff -r aea77872f608 -r bdd77fe783e4 help_html/source/help_MASSEF.m --- a/help_html/source/help_MASSEF.m Tue Mar 07 12:08:29 2017 +0000 +++ b/help_html/source/help_MASSEF.m Tue Mar 07 12:20:31 2017 +0000 @@ -27,6 +27,10 @@ % considered at any one time. The default is 128. % % +% creationDate +% Date the object was created (read-only). +% +% % dir % The MASSEF installation directory (read-only). % @@ -59,6 +63,10 @@ % href="help_MASSEF_execute.html">MASSEF.execute finishes. % The default is 'Results/results.mat'. % +% +% saveDate +% Date the object was last saved (read-only). +% % % % @@ -80,6 +88,10 @@ % execute % Run the framework using the input mixtures and separators. % +% +% save +% Save the framework's data and results. +% % % % @@ -87,6 +99,9 @@ % % % +% +% +% % % % @@ -95,6 +110,7 @@ % % % +% %
docDisplay the framework documentation.
install
startStart the framework.
% % diff -r aea77872f608 -r bdd77fe783e4 help_html/source/help_MASSEF_doc.m --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/help_html/source/help_MASSEF_doc.m Tue Mar 07 12:20:31 2017 +0000 @@ -0,0 +1,14 @@ +%% MASSEF.doc +% Display the framework documentation. +% +%% Syntax +% +% MASSEF.doc +% +% |MASSEF.doc| opens the framework's documentation in the MATLAB browser. +% +% +%
+%

Copyright © 2016 University of Surrey
+% Institute of Sound Recording, University of Surrey, UK

+% diff -r aea77872f608 -r bdd77fe783e4 help_html/source/publishHelp.m --- a/help_html/source/publishHelp.m Tue Mar 07 12:08:29 2017 +0000 +++ b/help_html/source/publishHelp.m Tue Mar 07 12:20:31 2017 +0000 @@ -11,6 +11,7 @@ publish('help_MASSEF.m',options); publish('help_MASSEF_evaluate.m',options); publish('help_MASSEF_execute.m',options); +publish('help_MASSEF_doc.m',options); publish('help_MASSEF_install.m',options); publish('help_MASSEF_save.m',options); publish('help_MASSEF_start.m',options);