how can i run spam toolbox ?
조회 수: 7 (최근 30일)
이전 댓글 표시
please how can i run spam tool box the error is
>> test_image
Attempt to execute SCRIPT mexExtractPatches as a function:
D:\projectresearch2\matlabworks\spamsmatlabv26\build\mexExtractPatches.m
Error in test_image (line 8)
X=mexExtractPatches(I,n);
why the error occur
댓글 수: 0
채택된 답변
Walter Roberson
2018년 2월 10일
편집: Walter Roberson
2018년 2월 10일
If you are using https://gitlab.inria.fr/thoth/spams-devel then as we discussed before, the compile script does not expect to function properly with gcc (MinGW is gcc) on MS Windows, and you probably need to use Visual Studios with -std=c++11 and might also need to make a small change to the source that I described for you before.
It is confusing that you are using two different accounts to discuss this same problem, https://www.mathworks.com/matlabcentral/profile/authors/8980106-muthana-naeem and https://www.mathworks.com/matlabcentral/profile/authors/4398801-muthana-naeem
댓글 수: 2
Walter Roberson
2018년 2월 11일
This resource is for MATLAB. Octave support is described at https://www.gnu.org/software/octave/support.html
추가 답변 (2개)
Jan
2018년 2월 10일
The readers cannot guess, which toolbox you are talking of. Maybe: https://github.com/gnebehay/SCM/tree/master/spams-matlab ?
Then the solution is, not to work inside the folder, which contains the M-file. So use cd to change the current directory to anything but D:\projectresearch2\matlabworks\spamsmatlabv26\build.
sufyan masood
2018년 8월 18일
hello can any one tell about sparsify subband signal and subband modification of subband signals coeffiects in compressive signal. kindly guide me about it. i will be highly thankful to all for help me counter this problem.
댓글 수: 1
Walter Roberson
2018년 8월 18일
Sorry, this is a resource for questions about Mathworks products, not a resource for explaining signal processing or algorithms.
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Import and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!