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 个)

类别

Help CenterFile Exchange 中查找有关 Downloads 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by