photo

Konrad


Last seen: 14 days ago Active since 2017

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

0 Questions
32 Answers

File Exchange

4 Files

Cody

0 Problems
9 Solutions

RANK
856
of 300,369

REPUTATION
90

CONTRIBUTIONS
0 Questions
32 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
9

RANK
3,223 of 20,936

REPUTATION
501

AVERAGE RATING
4.90

CONTRIBUTIONS
4 Files

DOWNLOADS
30

ALL TIME DOWNLOADS
4048

RANK
40,688
of 168,436

CONTRIBUTIONS
0 Problems
9 Solutions

SCORE
101

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Personal Best Downloads Level 3
  • GitHub Submissions Level 3
  • Knowledgeable Level 3
  • 6 Month Streak
  • Knowledgeable Level 2
  • 5-Star Galaxy Level 3
  • First Review
  • First Submission
  • First Answer
  • Solver

View badges

Feeds

View by

Solved


How to subtract?
*&plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn* * Imagine you need to subtract one...

12 months ago

Solved


5th Time's a Charm
Write a function that will return the input value. However, your function must fail the first four times, only functioning prope...

7 years ago

Solved


"Cody" * 5 == "CodyCodyCodyCodyCody"
*Alice*: What? *"Cody" * 5 == "CodyCodyCodyCodyCody"*? You've gotta be kidding me! *Bob*: No, I am serious! Python supports...

7 years ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

8 years ago

Solved


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

8 years ago

Solved


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

8 years ago

Solved


The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...

8 years ago

Solved


Number of Even Elements in Fibonacci Sequence
Find how many even fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...

8 years ago

Solved


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

8 years ago