Can you help me to use the MNIST handwriting database with Matlab

1 visualización (últimos 30 días)
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');

Respuestas (0)

Categorías

Más información sobre Downloads en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by