![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/192280/image.png)
How can i get the images from emnist .mat file using matlab?
10 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Respuesta aceptada
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))
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/192280/image.png)
0 comentarios
Más respuestas (0)
Ver también
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!