Mercurial > hg > massef
annotate help_html/source/help_MASSEFresults_merge.m @ 0:e34a535b9af0
Initial beta release.
author | Christopher Hummersone <c.hummersone@surrey.ac.uk> |
---|---|
date | Thu, 02 Mar 2017 09:44:08 +0000 |
parents | |
children | 8f36d7072f2f |
rev | line source |
---|---|
c@0 | 1 %% MASSEFresults.merge |
c@0 | 2 % Combine MASSEFresults array into singular object. |
c@0 | 3 % |
c@0 | 4 %% Syntax |
c@0 | 5 % |
c@0 | 6 % newObj = r.merge |
c@0 | 7 % |
c@0 | 8 % |newObj = r.merge| combines the elements of the <help_MASSEFresults.html |
c@0 | 9 % MASSEFresults> array |r| into a singular <help_MASSEFresults.html |
c@0 | 10 % MASSEFresults> object |newObj|. |
c@0 | 11 % |
c@0 | 12 % <html> |
c@0 | 13 % <hr> |
c@0 | 14 % <p>Copyright © 2016 <a href="http://www.surrey.ac.uk">University of Surrey</a><br> |
c@0 | 15 % <a href="http://iosr.uk">Institute of Sound Recording, University of Surrey, UK</a></p> |
c@0 | 16 % </html> |