Feeds
已回答
How to reshape different row of MNIST and display them
I got the answer : matrixes=arrayfun(@(c)reshape(MNIST(c,:),28,28),1:size(MNIST,1),'uniformoutput',false);
How to reshape different row of MNIST and display them
I got the answer : matrixes=arrayfun(@(c)reshape(MNIST(c,:),28,28),1:size(MNIST,1),'uniformoutput',false);
4 years 前 | 0
| 已接受
提问
How to reshape different row of MNIST and display them
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 MNI...
4 years 前 | 1 个回答 | 0
1
个回答提问
How to plot a NxM matrix all in one figure using a for loop where xscale should be log
Hello, I have a two NxM matrix A& B than am going to plot them all in one grap using a for loop. The xscale should be logarit...
4 years 前 | 1 个回答 | 0
1
个回答提问
My codes and functions are deleted
Hello , I am constantly using matlab like everyday. I triedto find some code I wrote before and I never deleted them ( I am 1...
4 years 前 | 2 个回答 | 0
2
个回答提问
sampling from a big dataset
I have a dataset that I don't know its distribution. How can I choose a good sample from it ( the term "good" means a sample tha...
5 years 前 | 0 个回答 | 0