- Directory Already Exists - If you try to create a directory that already exists, MATLAB throws a warning ‘Directory already exists’.
- Permission Issues - You may receive warnings or errors if you do not have the necessary permissions to create a directory in the specified location.
- Invalid Path - If the specified path is invalid or contains illegal characters, ‘mkdir’ will return an error.
Complete list of all warnings the function mkdir may throw
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Guido Hiller
le 15 Juil 2024
Réponse apportée : Deepak
le 15 Juil 2024
The function mkdir may return a warning. Is there somewhere a complete list of all the warnings this function may throw?
0 commentaires
Réponse acceptée
Deepak
le 15 Juil 2024
Hi,
There does not exist a comprehensive list of all the warnings that ‘mkdir’ function throws but here are few of the common warnings that ‘mkdir’ throws while creating a directory.
Refer to the ‘mkdir’ documentation for reference –
https://www.mathworks.com/help/matlab/ref/mkdir.html
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Startup and Shutdown dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!