photo

William Murphy


Last seen: 4 years ago Active since 2013

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

1 Question
0 Answers

File Exchange

2 Files

Cody

0 Problems
1 Solution

RANK
150,549
of 300,365

REPUTATION
0

CONTRIBUTIONS
1 Question
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
4,909 of 20,933

REPUTATION
275

AVERAGE RATING
4.30

CONTRIBUTIONS
2 Files

DOWNLOADS
5

ALL TIME DOWNLOADS
2656

RANK
111,270
of 168,262

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Solver

View badges

Feeds

View by

Submitted


Myboxplot(Data, varargin)
Box-whisker plot with jittered outliers to improve visibility of the outliers

9 years ago | 2 downloads |

0.0 / 5
Thumbnail

Submitted


bar3color(varargin)
Create a 3-dimensional barchart where the height of the bar chooses the color.

9 years ago | 3 downloads |

4.3 / 5
Thumbnail

Question


Implementing the Feval function in matlab
Question: I am having a hard time with implementing the feval function in matlab, it's one of the only aspects holding me up ...

10 years ago | 0 answers | 0

0

answers

Solved


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

12 years ago