Nicolas Beuchat - MATLAB Central
photo

Nicolas Beuchat


Ecole Polytechnique Federale de Lausanne / Harvard Medical School

Active since 2012

Followers: 0   Following: 0

Message

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

Statistics

All
CodyFile ExchangeFrom 02/12 to 04/25Use left and right arrows to move selectionFrom 02/12Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
File Exchange

1 File

Cody

0 Problems
9 Solutions

RANK
N/A
of 298.292

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
2.212 of 20.560

REPUTATION
801

AVERAGE RATING
4.60

CONTRIBUTIONS
1 File

DOWNLOADS
5

ALL TIME DOWNLOADS
6214

RANK
39.340
of 160.775

CONTRIBUTIONS
0 Problems
9 Solutions

SCORE
100

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Submitted


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!

ongeveer 13 jaar ago | 5 downloads |

4.6 / 5
Thumbnail

Solved


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

ongeveer 13 jaar ago

Solved


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

ongeveer 13 jaar ago

Solved


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

ongeveer 13 jaar ago

Solved


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

ongeveer 13 jaar ago

Solved


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

ongeveer 13 jaar ago

Solved


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

ongeveer 13 jaar ago

Solved


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

ongeveer 13 jaar ago

Solved


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

ongeveer 13 jaar ago

Solved


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

ongeveer 13 jaar ago