![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/192280/image.png)
How can i get the images from emnist .mat file using matlab?
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
0 Commenti
Risposta accettata
Matt J
il 20 Lug 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Convert Image Type in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!