Community Profile

photo

William Murphy


Last seen: 3 years 前 自 2013 起处于活动状态

Followers: 0   Following: 0

联系

统计数据

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

查看徽章

Feeds

排序方式:

已提交


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

8 years 前 | 1 次下载 |

Thumbnail

已提交


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

8 years 前 | 2 次下载 |

Thumbnail

提问


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 前 | 0 个回答 | 0

0

个回答

已解决


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 前