How to reshape different row of MNIST and display them
11 views (last 30 days)
Show older comments
Azar Alizadeh
on 27 Oct 2020
Answered: Azar Alizadeh
on 27 Oct 2020
Hi,
Each row of MNIST dataset is an image of a number. so to display them I nead to reshape each row and plot. But since MNIST has 60000 row I can't use a for loop it takess a long time. Would you please tell me how can I reshape each row of MNIST matrix without using for loop in matlab and display each of them?
2 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Blue in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!