diff bugs.m @ 91:8a93741e416e

Merge
author Raja Giryes
date Tue, 12 Apr 2011 16:45:24 +0300
parents 6fa65aec8742 e829f7ef8418
children 3cf9714f6883
line wrap: on
line diff
--- a/bugs.m	Tue Apr 12 16:37:11 2011 +0300
+++ b/bugs.m	Tue Apr 12 16:45:24 2011 +0300
@@ -1,3 +1,18 @@
+% I encountered an error while running SMALL_solver_test_Audio :
+
+%??? Error using ==>
+%problems\private\completeOps>@(x)reshape(data.B(x,1),data.signalSize)
+%Too many input arguments.
+%Error in ==> SMALL_playAudio at 17
+%SMALL.solver.reconstructed  = SMALL.Problem.reconstruct(SMALL.solver.solution);
+%Error in ==> SMALL_solver_test_Audio at 96
+%SMALL_playAudio(SMALL);
+ 
+
+% version of Matlab used: 7.9.0.529  - 64 bits
+
+
+
 Bugs by Raja Giryes:
 Using the tollbox on windows with Matlab R2010b:
 bug1:
@@ -34,4 +49,4 @@
 
 Error in ==> SMALL_solver_test at 113
 SMALL.solver(i)=SMALL_solve(SMALL.Problem, SMALL.solver(i));
- 
\ No newline at end of file
+