jespiaud@88
|
1 % I encountered an error while running SMALL_solver_test_Audio :
|
jespiaud@88
|
2
|
jespiaud@88
|
3 %??? Error using ==>
|
jespiaud@88
|
4 %problems\private\completeOps>@(x)reshape(data.B(x,1),data.signalSize)
|
jespiaud@88
|
5 %Too many input arguments.
|
jespiaud@88
|
6 %Error in ==> SMALL_playAudio at 17
|
jespiaud@88
|
7 %SMALL.solver.reconstructed = SMALL.Problem.reconstruct(SMALL.solver.solution);
|
jespiaud@88
|
8 %Error in ==> SMALL_solver_test_Audio at 96
|
jespiaud@88
|
9 %SMALL_playAudio(SMALL);
|
jespiaud@88
|
10
|
jespiaud@88
|
11
|
Raja@91
|
12 % version of Matlab used: 7.9.0.529 - 64 bits
|
Raja@91
|
13
|
Raja@91
|
14
|
Raja@91
|
15
|
Raja@90
|
16 Bugs by Raja Giryes:
|
Raja@90
|
17 Using the tollbox on windows with Matlab R2010b:
|
Raja@90
|
18 bug1:
|
Raja@90
|
19 running SMALL_solver_test_Audio.m
|
Raja@90
|
20 I get:
|
Raja@90
|
21 Starting solver SMALL_cgp...
|
Raja@90
|
22 Solver SMALL_cgp finished task in 251.208410 seconds (cpu time).
|
Raja@90
|
23 Solver SMALL_cgp finished task in 159.905633 seconds (tic-toc time).
|
Raja@90
|
24
|
Raja@90
|
25 Starting solver SolveBP...
|
Raja@90
|
26 ??? Error using ==> eval
|
Raja@90
|
27 Undefined function or method 'SolveBP' for input arguments of type
|
Raja@90
|
28 'function_handle'.
|
Raja@90
|
29
|
Raja@90
|
30 Error in ==> SMALL_solve at 46
|
Raja@90
|
31 y = eval([solver.name,'(SparseLab_A, b, n,',solver.param,');']);
|
Raja@90
|
32
|
Raja@90
|
33 Error in ==> SMALL_solver_test_Audio at 93
|
Raja@90
|
34 SMALL.solver(i)=SMALL_solve(SMALL.Problem, SMALL.solver(i));
|
Raja@90
|
35
|
Raja@90
|
36 running SMALL_solver_test.m
|
Raja@90
|
37 I get:
|
Raja@90
|
38 Starting solver SMALL_cgp...
|
Raja@90
|
39 Solver SMALL_cgp finished task in 2.839218 seconds (cpu time).
|
Raja@90
|
40 Solver SMALL_cgp finished task in 2.821443 seconds (tic-toc time).
|
Raja@90
|
41
|
Raja@90
|
42 Starting solver SolveOMP...
|
Raja@90
|
43 ??? Error using ==> eval
|
Raja@90
|
44 Undefined function or method 'SolveOMP' for input arguments of type
|
Raja@90
|
45 'function_handle'.
|
Raja@90
|
46
|
Raja@90
|
47 Error in ==> SMALL_solve at 46
|
Raja@90
|
48 y = eval([solver.name,'(SparseLab_A, b, n,',solver.param,');']);
|
Raja@90
|
49
|
Raja@90
|
50 Error in ==> SMALL_solver_test at 113
|
Raja@90
|
51 SMALL.solver(i)=SMALL_solve(SMALL.Problem, SMALL.solver(i));
|
Raja@91
|
52
|