Why it doesn’t work out?

조회 수: 2 (최근 30일)
Desiree
Desiree 2019년 8월 22일
댓글: Star Strider 2019년 8월 22일
I have an image im=imread(...)/255 and If want to take the 2d fft of a color then I use this:
im=im(:,:,1);
im_fft2=fft2;
Now if I want to do it using haart2, matlab won’t let me saying that haart2 requires Wavelet Toolbox. Then it says something like Showaadon(‘WA’,’haart2’). What does it mean? How I’m supposed to use this? I have the newest version R2019a

채택된 답변

Star Strider
Star Strider 2019년 8월 22일
It means you also need the Wavelet Toolbox.
  댓글 수: 2
Desiree
Desiree 2019년 8월 22일
OK but how can I do it to have the wavelet toolbox? I don’t get how I can use it
Star Strider
Star Strider 2019년 8월 22일
You have to purchase the Wavelet Toolbox, or (probably) download a trial of it. Then you can use its functions.
Click on the telephone handset icon in the upper right corner of this page, and see if you can Download a Trial of the Wavelet Toolbox, or Contact Sales to purchase it.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Denoising and Compression에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by