Mercurial > hg > smallbox
annotate bugs.m @ 100:d123839f4762
Merge
author | Mark Plumbley <mark.plumbley@eecs.qmul.ac.uk> |
---|---|
date | Tue, 12 Apr 2011 14:57:56 +0100 |
parents | edf4ff7b6790 e829f7ef8418 |
children | 0e6a97a4c787 |
rev | line source |
---|---|
mark@100 | 1 % MDP: File "COPYING" is not included in the distribution? |
mark@100 | 2 |
jespiaud@88 | 3 % I encountered an error while running SMALL_solver_test_Audio : |
jespiaud@88 | 4 |
jespiaud@88 | 5 %??? Error using ==> |
jespiaud@88 | 6 %problems\private\completeOps>@(x)reshape(data.B(x,1),data.signalSize) |
jespiaud@88 | 7 %Too many input arguments. |
jespiaud@88 | 8 %Error in ==> SMALL_playAudio at 17 |
jespiaud@88 | 9 %SMALL.solver.reconstructed = SMALL.Problem.reconstruct(SMALL.solver.solution); |
jespiaud@88 | 10 %Error in ==> SMALL_solver_test_Audio at 96 |
jespiaud@88 | 11 %SMALL_playAudio(SMALL); |
jespiaud@88 | 12 |
jespiaud@88 | 13 |
jespiaud@88 | 14 % version of Matlab used: 7.9.0.529 - 64 bits |