Community Profile

photo

William Murphy


Last seen: 3 years ago Active since 2013

Followers: 0   Following: 0

Message

Statistics

All
  • 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

8 years ago | 1 download |

Thumbnail

Submitted


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

8 years ago | 2 downloads |

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

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

11 years ago