photo

Nicolas Beuchat


Ecole Polytechnique Federale de Lausanne / Harvard Medical School

自 2012 起处于活动状态

Followers: 0   Following: 0

消息

Interests: traveling, photography, scuba-diving, dancing (salsa, tango)

Professional Interests: NLP, machine learning, stochastic modeling, bioengineering

Website and blog: beuchatphotography.com and nicolasbeuchat.wordpress.com

统计学

All
File Exchange

1 文件

Cody

0 个问题
9 个答案

排名
N/A
of 300,980

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
2,233 of 21,128

声誉
802

平均
4.60

贡献数
1 文件

下载次数
2

ALL TIME 下载次数
6229

排名
42,270
of 172,167

贡献数
0 个问题
9 个答案

评分
100

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Solver

查看徽章

Feeds

排序方式:

已提交


Save Multiple Figures in a click
Save multiple figures with a GUI in several formats. No need to save all figures one-by-one anymore!

14 years 前 | 2 次下载 |

4.6 / 5
Thumbnail

已解决


Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...

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

14 years 前

已解决


Remove NaN ?
input -> matrix (n*m) with at least one element equal to NaN; output -> matrix(p*m), the same matrix where we deleted the enti...

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

14 years 前

已解决


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

14 years 前

已解决


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

14 years 前

已解决


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

14 years 前

已解决


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

14 years 前

已解决


Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...

14 years 前