Mac Catalina - Read Permissions
Show older comments
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.
Answers (1)
Walter Roberson
on 22 Oct 2020
0 votes
MATLAB R2015* are not supported on Catalina.
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!