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

조회 수: 20 (최근 30일)
Anu
Anu 2018년 7월 20일
답변: Matt J 2018년 7월 20일

채택된 답변

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by