Function GUNZIP was unable to read URL ''http://o​pihi.cs.uv​ic.ca/soun​d/genres.t​ar.gz''.

조회 수: 2 (최근 30일)
Hi, I tried to run the example "Music Genre Classification Using Wavelet Time Scattering" but I got an error at the very beginning, "Function GUNZIP was unable to read URL ''http://opihi.cs.uvic.ca/sound/genres.tar.gz''. I tried accessing this webpage 'opihi.cs.uvic.ca' but it seemed like pages don't exist. I wondered if anyone else faces the same problem as me, thanks!

채택된 답변

Bjorn Gustavsson
Bjorn Gustavsson 2022년 5월 22일
If the file doesn't exist then nothing will be able to read it. I wouldn't bother using gunzip, I'd go for straight downloading and then extracting everything with tar:
system('tar -xzvf genres.tar.gz')
My browser gave up on that site.
HTH
  댓글 수: 2
Kenta Watanabe
Kenta Watanabe 2022년 5월 22일
Thanks a lot for your answer! No wonder I couldn't read in anything...
Bjorn Gustavsson
Bjorn Gustavsson 2022년 5월 22일
The curse of the interweb - things that one hope to rely on collecting suddendly isn't there. I've started to realise that one has to download that stuff ASAP. Good luck finding the information you need.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Language Support에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by