# HG changeset patch # User Raja Giryes # Date 1302615924 -10800 # Node ID 8a93741e416e699269c3d611a786d1a44f7604f5 # Parent 6fa65aec8742f77bb7fde15664e3d133e7f8b202# Parent cced8c7c2f9f3e0dd89c4594e525398e5c1e3002 Merge diff -r 6fa65aec8742 -r 8a93741e416e bugs.m --- 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 + diff -r 6fa65aec8742 -r 8a93741e416e examples/Image Denoising/SMALL_ImgDenoise_DL_test_KSVDvsRLSDLA.m --- 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, diff -r 6fa65aec8742 -r 8a93741e416e test.m --- /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