Community Profile

photo

Azar Alizadeh


Last seen: 4 months ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1
  • First Review

View badges

Feeds

View by

Answered
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);

3 years ago | 0

| accepted

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 2 answers | 0

2

answers

Question


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...

4 years ago | 0 answers | 0

0

answers