I can't run wavedec2() - 'unrecognized function or variable'

I can't run wavedec2 as I keep getting:
my license is a student license for matlab 2024b
my variable check out.
Unrecognized function or variable 'wavedec2'.
Error in scrDescribeBasalGanglia (line 193)
[c,s] = wavedec2(roiBGSliceEqNoCSF, numLevelsWavelet, 'db1');
K>> which wavedec2
'wavedec2' not found.
K>> license('test','Wavelet_Toolbox')
ans =
1
any suggestions please
thanks inadvance

답변 (1개)

Star Strider
Star Strider 2025년 2월 16일

0 개 추천

You may be having path probleems.
Run these:
restoredefaultpath
rehash toolboxcache
from a script or your Command Window. Then run your wavedec2 script again.
If you’re still having problems afteer that, Contact Support.
.

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품

릴리스

R2024b

태그

질문:

2025년 2월 16일

답변:

2025년 2월 16일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by