photo

creepydog


Last seen: 8 days ago Active since 2017

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

7 Questions
2 Answers

Cody

0 Problems
5 Solutions

RANK
7,442
of 300,365

REPUTATION
6

CONTRIBUTIONS
7 Questions
2 Answers

ANSWER ACCEPTANCE
57.14%

VOTES RECEIVED
6

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
50,212
of 168,262

CONTRIBUTIONS
0 Problems
5 Solutions

SCORE
72

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Solved


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

3 years ago

Solved


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

3 years ago

Solved


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

3 years ago

Solved


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

3 years ago

Solved


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

3 years ago