Azzera filtri
Azzera filtri

unzip('MerchData.zip'); / Problem

66 visualizzazioni (ultimi 30 giorni)
Fatih
Fatih il 14 Gen 2024
Commentato: Fatih il 3 Feb 2024
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.

Risposte (1)

Shivam
Shivam il 14 Gen 2024
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
  5 Commenti
Walter Roberson
Walter Roberson il 26 Gen 2024
It is in the Computer Vision examples.
You might have to have installed the help documentation locally.
Fatih
Fatih il 3 Feb 2024
Here it is.

Accedi per commentare.

Categorie

Scopri di più su Get Started with MATLAB in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by