Azzera filtri
Azzera filtri

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

13 visualizzazioni (ultimi 30 giorni)

Risposta accettata

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

Più risposte (0)

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!

Translated by