Paul Peeling - MATLAB Central
photo

Paul Peeling

MathWorks

Last seen: 9 days ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
CodyThingSpeakMATLAB AnswersFile ExchangeFrom 12/11 to 04/25Use left and right arrows to move selectionFrom 12/11Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Questions
3 Answers

File Exchange

3 Files

Cody

6 Problems
72 Solutions

ThingSpeak

5 Public Channels

RANK
13,025
of 298,102

REPUTATION
4

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
5,576 of 20,534

REPUTATION
222

AVERAGE RATING
3.00

CONTRIBUTIONS
3 Files

DOWNLOADS
5

ALL TIME DOWNLOADS
2140

RANK
7,748
of 160,343

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

  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 1
  • GitHub Submissions Level 2
  • 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...

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

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

13 years ago | 0