Mac Catalina - Read Permissions
Afficher commentaires plus anciens
Hello!
I am trying to read an image from a file subdirectory and plot it.
img=imread('dir/image.png')
imshow(img)
I have double checked that I have the path and the file name correct.
If I navigate (cd) into that directory - I can run the code and get the image to show up.
I keep getting the Error"
Cannot open file ... you might not have read permissions.
For what its worth - I'm running Matlab 2015 on a Mac Catalina.
Réponses (1)
Walter Roberson
le 22 Oct 2020
0 votes
MATLAB R2015* are not supported on Catalina.
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!