Click here to Skip to main content
15,883,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I have 10 files with this address: 'C:\Users\m\matlab\MNIST\digit(0 to 9).mat'
I use this code to read them consecutive

C++
for x=0:9
load('C:\Users\m\matlab\MNIST\digit' + 'x' + '.mat')
end


But get Error! How can I do that?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900