photo

Ben Hinkle

Last seen: 8 days 前 自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

0 个提问
1 个回答

File Exchange

5 文件

Cody

0 个问题
5 个答案

排名
234,078
of 299,750

声誉
0

贡献数
0 个提问
1 个回答

回答接受率
0.00%

收到投票数
0

排名
183 of 20,792

声誉
7,152

平均
4.70

贡献数
5 文件

下载次数
21

ALL TIME 下载次数
37524

排名
54,615
of 165,710

贡献数
0 个问题
5 个答案

评分
60

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer
  • Personal Best Downloads Level 3
  • 5-Star Galaxy Level 5
  • First Submission
  • Solver

查看徽章

Feeds

排序方式:

已回答
Difference between trainnet and trainNetwork
Here are some of the differences between the two trainers: trainnet accepts a loss function input, which makes it easier to cus...

1 year 前 | 0

| 已接受

已提交


Hatched Fill Patterns
Replace solid colors with patterns.

6 years 前 | 14 次下载 |

4.5 / 5
Thumbnail

已提交


TeX Editor
a GUI for editing LaTeX equations

9 years 前 | 2 次下载 |

4.22222 / 5
Thumbnail

已提交


Pseudo Enumerations
Create, manipulate and display arrays with enumeration values

9 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已提交


teximage.m
Displays a LaTeX string as an image.

9 years 前 | 1 次下载 |

4.71429 / 5
Thumbnail

已提交


Update Bar Plot Base
Move a barplot's base value.

9 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已解决


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

12 years 前

已解决


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

12 years 前

已解决


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.

13 years 前

已解决


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

13 years 前

已解决


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

13 years 前