photo

Ben Hinkle

Last seen: 11 giorni fa Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

0 Domande
1 Risposta

File Exchange

5 File

Cody

0 Problemi
5 Soluzioni

RANK
234.078
of 300.364

REPUTAZIONE
0

CONTRIBUTI
0 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
183 of 20.934

REPUTAZIONE
7.155

VALUTAZIONE MEDIA
4.70

CONTRIBUTI
5 File

DOWNLOAD
18

ALL TIME DOWNLOAD
37558

RANK
55.452
of 168.407

CONTRIBUTI
0 Problemi
5 Soluzioni

PUNTEGGIO
60

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Knowledgeable Level 1
  • First Answer
  • Personal Best Downloads Level 3
  • 5-Star Galaxy Level 5
  • First Submission
  • Solver

Visualizza badge

Feeds

Visto da

Risposto
Difference between trainnet and trainNetwork
Here are some of the differences between the two trainers: trainnet accepts a loss function input, which makes it easier to cus...

quasi 2 anni fa | 0

| accettato

Inviato


Hatched Fill Patterns
Replace solid colors with patterns.

quasi 7 anni fa | 12 download |

4.5 / 5
Thumbnail

Inviato


TeX Editor
a GUI for editing LaTeX equations

circa 9 anni fa | 3 download |

4.22222 / 5
Thumbnail

Inviato


Pseudo Enumerations
Create, manipulate and display arrays with enumeration values

circa 9 anni fa | 1 download |

5.0 / 5
Thumbnail

Inviato


teximage.m
Displays a LaTeX string as an image.

circa 9 anni fa | 1 download |

4.71429 / 5
Thumbnail

Inviato


Update Bar Plot Base
Move a barplot's base value.

circa 9 anni fa | 1 download |

5.0 / 5
Thumbnail

Risolto


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

quasi 13 anni fa

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

quasi 13 anni fa

Risolto


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

oltre 13 anni fa

Risolto


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

quasi 14 anni fa

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

quasi 14 anni fa