I trying to run the datastore function on macOS but I'm getting this " Cannot find files or folders matching" error , the curious thing is the same code run without any problem on Windows 10.
I believe im trying to run the same code as yours,unfortunately the term 'variableNames" are not detected,may I know why and how can I solve it? Thank you
variableNames should be set to a cell array of character vectors that is the names of the variables you want to extract from the csv file. If the csv file has a header, the variable names correspond to the header elements. If the csv file has no header, then the variable names are Var followed by a column number.
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
2 Comments
Direct link to this comment
https://ch.mathworks.com/matlabcentral/answers/484870-datastore-function-can-t-find-files#comment_771560
Direct link to this comment
https://ch.mathworks.com/matlabcentral/answers/484870-datastore-function-can-t-find-files#comment_771560
Direct link to this comment
https://ch.mathworks.com/matlabcentral/answers/484870-datastore-function-can-t-find-files#comment_771688
Direct link to this comment
https://ch.mathworks.com/matlabcentral/answers/484870-datastore-function-can-t-find-files#comment_771688
Sign in to comment.