photo

creepydog


Last seen: 13 giorni fa Attivo dal 2017

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

7 Domande
2 Risposte

Cody

0 Problemi
5 Soluzioni

RANK
7.779
of 300.381

REPUTAZIONE
6

CONTRIBUTI
7 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
57.14%

VOTI RICEVUTI
6

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
50.276
of 168.477

CONTRIBUTI
0 Problemi
5 Soluzioni

PUNTEGGIO
72

NUMERO DI BADGE
2

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Review
  • Commenter
  • Solver
  • Thankful Level 2
  • First Answer
  • Revival Level 1
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Risolto


Remove the polynomials that have positive real elements of their roots.
The characteristic equation for a dynamic system is a polynomial whose roots indicate its behavior. If any of the roots of the p...

oltre 3 anni fa

Risolto


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

oltre 3 anni fa

Risolto


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...

oltre 3 anni fa

Risolto


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

oltre 3 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:...

oltre 3 anni fa