annotate help_html/source/help_MASSEFresults_algorithmInfo.m @ 23:63df31b4c0b8
Added message IDs to warnings and errors.
author |
Christopher Hummersone <c.hummersone@surrey.ac.uk> |
date |
Wed, 29 Mar 2017 09:30:14 +0100 |
parents |
e34a535b9af0 |
children |
8f36d7072f2f |
rev |
line source |
c@0
|
1 %% MASSEFresults.algorithmInfo
|
c@0
|
2 % Add algorithm information.
|
c@0
|
3 %
|
c@0
|
4 %% Syntax
|
c@0
|
5 %
|
c@0
|
6 % r.algorithmInfo(algorithmNum,'name','value')
|
c@0
|
7 %
|
c@0
|
8 % |r.algorithmInfo(algorithmNum,'name','value')| adds algorithm information
|
c@0
|
9 % for the algorithm with number |algorithmNum| to the results set contained
|
c@0
|
10 % in the <help_MASSEFresults.html MASSEFresults> object |r| using the variable
|
c@0
|
11 % names and values contained in the |'name'| / |'value'| pair arguments.
|
c@0
|
12 % The following information can be stored about each algorithm:
|
c@0
|
13 %
|
c@0
|
14 % * |'algorithmLabel'|—a label for the algorithm (char array).
|
c@0
|
15 %
|
c@0
|
16 % <html>
|
c@0
|
17 % <hr>
|
c@0
|
18 % <p>Copyright © 2016 <a href="http://www.surrey.ac.uk">University of Surrey</a><br>
|
c@0
|
19 % <a href="http://iosr.uk">Institute of Sound Recording, University of Surrey, UK</a></p>
|
c@0
|
20 % </html>
|