changeset 91:8a93741e416e

Merge
author Raja Giryes
date Tue, 12 Apr 2011 16:45:24 +0300
parents 6fa65aec8742 (current diff) cced8c7c2f9f (diff)
children 3cf9714f6883
files bugs.m
diffstat 3 files changed, 18 insertions(+), 2 deletions(-) [+]
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
+ 
--- a/examples/Image Denoising/SMALL_ImgDenoise_DL_test_KSVDvsRLSDLA.m	Tue Apr 12 16:37:11 2011 +0300
+++ b/examples/Image Denoising/SMALL_ImgDenoise_DL_test_KSVDvsRLSDLA.m	Tue Apr 12 16:45:24 2011 +0300
@@ -1,4 +1,4 @@
-%% DICTIONARY LEARNING FOR IMAGE DENOISING
+ %% DICTIONARY LEARNING FOR IMAGE DENOISING
 %   This file contains an example of how SMALLbox can be used to test different
 %   dictionary learning techniques in Image Denoising problem.
 %   It calls generateImageDenoiseProblem that will let you to choose image,
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test.m	Tue Apr 12 16:45:24 2011 +0300
@@ -0,0 +1,1 @@
+test
\ No newline at end of file