Filter löschen
Filter löschen

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

13 Ansichten (letzte 30 Tage)
Anu
Anu am 20 Jul. 2018
Beantwortet: Matt J am 20 Jul. 2018

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Convert Image Type finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by