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
|
Raja@91
|
14 % version of Matlab used: 7.9.0.529 - 64 bits
|
Raja@91
|
15
|
Raja@91
|
16
|
Raja@91
|
17
|
Raja@90
|
18 Bugs by Raja Giryes:
|
Raja@90
|
19 Using the tollbox on windows with Matlab R2010b:
|
Raja@90
|
20 bug1:
|
Raja@90
|
21 running SMALL_solver_test_Audio.m
|
Raja@90
|
22 I get:
|
Raja@90
|
23 Starting solver SMALL_cgp...
|
Raja@90
|
24 Solver SMALL_cgp finished task in 251.208410 seconds (cpu time).
|
Raja@90
|
25 Solver SMALL_cgp finished task in 159.905633 seconds (tic-toc time).
|
Raja@90
|
26
|
Raja@90
|
27 Starting solver SolveBP...
|
Raja@90
|
28 ??? Error using ==> eval
|
Raja@90
|
29 Undefined function or method 'SolveBP' for input arguments of type
|
Raja@90
|
30 'function_handle'.
|
Raja@90
|
31
|
Raja@90
|
32 Error in ==> SMALL_solve at 46
|
Raja@90
|
33 y = eval([solver.name,'(SparseLab_A, b, n,',solver.param,');']);
|
Raja@90
|
34
|
Raja@90
|
35 Error in ==> SMALL_solver_test_Audio at 93
|
Raja@90
|
36 SMALL.solver(i)=SMALL_solve(SMALL.Problem, SMALL.solver(i));
|
Raja@90
|
37
|
Raja@90
|
38 running SMALL_solver_test.m
|
Raja@90
|
39 I get:
|
Raja@90
|
40 Starting solver SMALL_cgp...
|
Raja@90
|
41 Solver SMALL_cgp finished task in 2.839218 seconds (cpu time).
|
Raja@90
|
42 Solver SMALL_cgp finished task in 2.821443 seconds (tic-toc time).
|
Raja@90
|
43
|
Raja@90
|
44 Starting solver SolveOMP...
|
Raja@90
|
45 ??? Error using ==> eval
|
Raja@90
|
46 Undefined function or method 'SolveOMP' for input arguments of type
|
Raja@90
|
47 'function_handle'.
|
Raja@90
|
48
|
Raja@90
|
49 Error in ==> SMALL_solve at 46
|
Raja@90
|
50 y = eval([solver.name,'(SparseLab_A, b, n,',solver.param,');']);
|
Raja@90
|
51
|
Raja@90
|
52 Error in ==> SMALL_solver_test at 113
|
Raja@90
|
53 SMALL.solver(i)=SMALL_solve(SMALL.Problem, SMALL.solver(i));
|
myvaigha@97
|
54
|
myvaigha@97
|
55
|
myvaigha@97
|
56 Bug report from Mehrdad Yaghoobi:
|
myvaigha@97
|
57 1. The rice mdwt crashed on my matlab session runing on linux 64!!!
|
myvaigha@97
|
58 2. problem with hg merge using EasyMercurial.
|
myvaigha@97
|
59
|
mark@105
|
60 % MDP: Files "my_dummy_solver.m" etc should include the boiler plate function
|
mark@105
|
61 % header etc.
|