unzip('MerchData.zip'); / Problem
古いコメントを表示
Hello, I have an issue with the application. I would like to unzip('MerchData.zip'), but it gives the following error;
++
Error using matlab.io.internal.archive.checkFilename>throwFileNotFoundError
Function UNZIP was unable to find file ''MerchData.zip''.
++
When I searched it in my computer, I could'n find it. Would you please help?
Thanks in advance.
回答 (1 件)
Shivam
2024 年 1 月 14 日
0 投票
Hello Fatih,
Based on the error message you have shared, it appears that you're encountering an issue where the 'MerchData.zip' folder cannot be located while executing 'unzip' function.
To address this problem, please take the following steps:
- First, confirm that the 'MerchData.zip' file actually exists.
- Then, make sure that MATLAB's current working directory is set to the location where the 'MerchData.zip' file is stored.
I hope it helps.
Thanks
6 件のコメント
Fatih
2024 年 1 月 14 日
Fatih
2024 年 1 月 14 日
Radi Elazazy
2024 年 1 月 26 日
Hi, where did you find it? I have been looking for it but cant find it. Thanks
Walter Roberson
2024 年 1 月 26 日
It is in the Computer Vision examples.
You might have to have installed the help documentation locally.
Fatih
2024 年 2 月 3 日
David Fernández
2024 年 11 月 12 日
👍
カテゴリ
ヘルプ センター および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!