photo

Paul Peeling

MathWorks

Last seen: Today Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

0 Questions
3 Answers

File Exchange

3 Files

Cody

6 Problems
72 Solutions

ThingSpeak

5 Public Channels

RANK
13,157
of 300,499

REPUTATION
4

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
5,573 of 21,021

REPUTATION
226

AVERAGE RATING
3.00

CONTRIBUTIONS
3 Files

DOWNLOADS
9

ALL TIME DOWNLOADS
2172

RANK
8,450
of 169,381

CONTRIBUTIONS
6 Problems
72 Solutions

SCORE
803

NUMBER OF BADGES
5

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
5 Public Channels

AVERAGE RATING
36

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • GitHub Submissions Level 1
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Knowledgeable Level 1
  • First Answer
  • Quiz Master
  • Commenter
  • Promoter
  • Creator
  • Solver

View badges

Feeds

Answered
Artificial Neural Network back propagation image classification
In the Neural Network toolbox, each column is a sample, so you need to arrange your input matrix as PxA, and output matrix as 5x...

14 years ago | 0

| accepted

Answered
Extract samples with normal distribution from dataset
You could use NCHOOSEK to generate subsets from your dataset with the desired number of samples, and then for each subset run a ...

14 years ago | 0

Answered
How to create a dataset array from table?
Hi Alexis You should be able to create a dataset directly from your table, without writing and reading from Excel. Once you h...

14 years ago | 0