photo

Benjamin Kraus

Last seen: 3 dagen ago Active since 2013

Followers: 3   Following: 0

Message

Programming Languages:
C++, Javascript, MATLAB, HTML, CSS, Arduino, Shell
Spoken Languages:
English
Pronouns:
He/him

Statistics

All
MATLAB Answers

0 Questions
338 Answers

File Exchange

7 Files

Cody

0 Problems
7 Solutions

RANK
114
of 298.922

REPUTATION
1.126

CONTRIBUTIONS
0 Questions
338 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
215

RANK
2.887 of 20.661

REPUTATION
571

AVERAGE RATING
4.70

CONTRIBUTIONS
7 Files

DOWNLOADS
33

ALL TIME DOWNLOADS
5637

RANK
45.120
of 162.892

CONTRIBUTIONS
0 Problems
7 Solutions

SCORE
81

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • MATLAB Central Treasure Hunt Finisher
  • Thankful Level 4
  • 36 Month Streak
  • Solver
  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 3
  • Knowledgeable Level 5
  • Pro
  • GitHub Submissions Level 3
  • Revival Level 2
  • Explorer
  • First Review

View badges

Feeds

View by

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

meer dan 4 jaar ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

bijna 7 jaar ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

bijna 10 jaar ago

Solved


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

bijna 10 jaar ago

Solved


This is a palindrome and so am I
A palindrome is a sequence of characters which reads the same backward or forward, for instance 'a man a plan a canal panama'...

bijna 10 jaar ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

meer dan 10 jaar 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:...

meer dan 10 jaar ago