Can you help me to use the MNIST handwriting database with Matlab
1 次查看(过去 30 天)
显示 更早的评论
Can you help me to use the MNIST handwriting database with Matlab i need to test an aaplication using its images . I download the database and I use this code that I found in the net (it is functional without fault) but I can not read the pictures or know how to proceed, need your help please !!!!!!!!!!!!
if (~exist('indir','var'))
indir = pwd;
end;
% Read training images
fid = fopen(fullfile(indir,'t10k-images.idx3-ubyte'),'r','ieee-be');
A = fread(fid,4,'uint32');
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!