diff examples/Automatic Music Transcription/SMALL_AMT_KSVD_Err_test.m @ 187:3cc204120431 luisf_dev

Merge from branch "bug_386"
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 09 Feb 2012 17:26:45 +0000
parents 9c418bea7f6a
children
line wrap: on
line diff
--- a/examples/Automatic Music Transcription/SMALL_AMT_KSVD_Err_test.m	Tue Feb 07 17:18:13 2012 +0000
+++ b/examples/Automatic Music Transcription/SMALL_AMT_KSVD_Err_test.m	Thu Feb 09 17:26:45 2012 +0000
@@ -130,7 +130,7 @@
 title('False Positives vs Edata');
 
 FS=filesep;
-[pathstr1, name, ext, versn] = fileparts(which('SMALLboxSetup.m'));
+[pathstr1, name, ext] = fileparts(which('SMALLboxSetup.m'));
 cd([pathstr1,FS,'results']);
 [filename,pathname] = uiputfile({' *.mid;' },'Save midi');
 if filename~=0 writemidi(BLmidi, [pathname,FS,filename]);end