annotate help_html/source/help_MASSEF_save.m @ 38:c7d11a428a0d
tip master
Merge branch 'develop'
* develop:
Updated copyright year.
author |
Christopher Hummersone <c.hummersone@surrey.ac.uk> |
date |
Tue, 16 May 2017 12:15:34 +0100 |
parents |
8f36d7072f2f |
children |
|
rev |
line source |
c@0
|
1 %% MASSEF.save
|
c@0
|
2 % Save MASSEF data.
|
c@0
|
3 %
|
c@0
|
4 %% Syntax
|
c@0
|
5 %
|
c@0
|
6 % MASSEF.save
|
c@0
|
7 %
|
c@0
|
8 % |MASSEF.save| saves the framework's data and results to the file
|
c@0
|
9 % determined by |MASSEF.results_filename|. The method is called
|
c@0
|
10 % automatically when using the <help_MASSEF_execute.html execute> method;
|
c@0
|
11 % in this case, the mixtures and separators are also saved.
|
c@0
|
12 %
|
c@0
|
13 % <html>
|
c@0
|
14 % <hr>
|
c@37
|
15 % <p>Copyright © 2017 <a href="http://www.surrey.ac.uk">University of Surrey</a><br>
|
c@0
|
16 % <a href="http://iosr.uk">Institute of Sound Recording, University of Surrey, UK</a></p>
|
c@0
|
17 % </html>
|