diff SMALLboxSetup.m @ 71:165e3b249170

(none)
author idamnjanovic
date Wed, 16 Mar 2011 16:28:03 +0000
parents f6b49c9d728c
children f69ae88b8be5
line wrap: on
line diff
--- a/SMALLboxSetup.m	Wed Mar 16 14:16:57 2011 +0000
+++ b/SMALLboxSetup.m	Wed Mar 16 16:28:03 2011 +0000
@@ -348,10 +348,15 @@
     fprintf('\n matlab_midi (http://www.kenschutte.com/midi/) Installation Failed\n');
     cd(SMALL_path);
 end
+
 else
     fprintf('\n ******************************************************************');
     fprintf('\n\n matlab_midi (http://www.kenschutte.com/midi/) is already installed');
 end 
+
+cd([pwd,FS,'util',FS,'ksvd utils']);
+make
+cd(SMALL_path);
 %%