How can i get the images from emnist .mat file using matlab?

10 visualizaciones (últimos 30 días)
Anu
Anu el 20 de Jul. de 2018
Respondida: Matt J el 20 de Jul. de 2018

Respuesta aceptada

Matt J
Matt J el 20 de Jul. de 2018
For example,
L=load('emnist-letters.mat');
z=reshape( L.dataset.test.images.' ,28,28,[]);
imshow(z(:,:,100))

Más respuestas (0)

Categorías

Más información sobre Convert Image Type 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