Mac Catalina - Read Permissions
Mostrar comentarios más antiguos
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.
Respuestas (1)
Walter Roberson
el 22 de Oct. de 2020
0 votos
MATLAB R2015* are not supported on Catalina.
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!