Benjamin Kraus - MATLAB Central
photo

Benjamin Kraus

Last seen: 4 days ago Active since 2013

Followers: 2   Following: 0

Message

Statistics

All
MATLAB AnswersFile ExchangeCodyFrom 12/13 to 03/25Use left and right arrows to move selectionFrom 12/13Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Questions
316 Answers

File Exchange

7 Files

Cody

0 Problems
7 Solutions

RANK
119
of 297,560

REPUTATION
1,044

CONTRIBUTIONS
0 Questions
316 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
198

RANK
2,903 of 20,456

REPUTATION
562

AVERAGE RATING
4.70

CONTRIBUTIONS
7 Files

DOWNLOADS
48

ALL TIME DOWNLOADS
5551

RANK
44,019
of 159,148

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
  • 36 Month Streak
  • Thankful Level 3
  • 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...

4 years ago

Solved


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

6 years ago

Solved


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

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

9 years 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'...

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

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

10 years ago