photo

Hans Bourgeois


LABNEURO - Laboratory of Applied Biology, Research Unit in Applied Neurophysiology

Last seen: 1年以上 前 2019 年からアクティブ

Followers: 0   Following: 0

PhD in Sports Science, and student in Computer Science at the 42 school. My ambition is to propose software and algorithmic solutions to automate/optimise the analysis of biomechanical and physiological signals in high performance sports.

Programming Languages:
Python, C, R, MATLAB
Spoken Languages:
English, French

統計

All
MATLAB Answers

1 質問
0 回答

Cody

0 問題
590 解答

ランク
183,773
of 300,771

評判
0

コントリビューション
1 質問
0 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,084

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
228
of 170,969

コントリビューション
0 問題
590 解答

スコア
6,589

バッジ数
13

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Introduction to MATLAB Master
  • Scholar
  • CUP Challenge Master
  • Cody Problems in Japanese Master
  • Draw Letters
  • Community Group Solver
  • Solver
  • Promoter

バッジを表示

Feeds

表示方法

解決済み


Make a Plot with Functions
Make a plot and test

約3年 前

解決済み


Momentum Calculation
A shopping cart of mass 'm1' is traveling with velocity 'u' and collides with a second shopping cart of mass 'm2.' The two shopp...

約3年 前

解決済み


Make a random, non-repeating vector.
This is a basic MATLAB operation. It is for instructional purposes. --- If you want to get a random permutation of integer...

約3年 前

解決済み


Number of 1s in a binary string
Find the number of 1s in the given binary string. Example. If the input string is '1100101', the output is 4. If the input stri...

約3年 前

解決済み


Getting the indices from a vector
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to <http://www.mathworks....

約3年 前

解決済み


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

約3年 前

解決済み


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

約3年 前

解決済み


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

約3年 前

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

約3年 前

解決済み


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

約3年 前

解決済み


subtract central cross
Given an n-by-n square matrix, where n is an odd number, return the matrix without the central row and the central column.

約3年 前

解決済み


only input
Return the output without writing any code into the function.

約3年 前

解決済み


Given a matrix, return the last eigen value
Given a matrix, return the first eigen value For example: x = magic(5) 17 24 1 8 15 23 5 7 14 ...

約3年 前

解決済み


Magic!
Check whether the input matrix is a normal magic square: <http://en.wikipedia.org/wiki/Magic_square> Output the logical va...

約3年 前

解決済み


What percentage?
Calculate the output c as the percentage of a on b for given a and b.

約3年 前

解決済み


Tune your guitar
Given an input string with the scientific pitch notation for standard tuning ( <http://en.wikipedia.org/wiki/Guitar_tunings#Stan...

約3年 前

解決済み


Remove white space from the string
Remove the white spaces (trailing and leading) from the input variable

約3年 前

解決済み


Trickier Timing
You solution should return control to main program only when the current time ends in either a 5 or 0 (e.g. the current seconds ...

約3年 前

解決済み


Number of toolboxes?
Return a number equal to the number of toolboxes available to the Cody solvers.

約3年 前

解決済み


Back to basics 11 - Max Integer
Covering some basic topics I haven't seen elsewhere on Cody. Return the largest positive integer MATLAB can handle.

約3年 前

解決済み


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

約3年 前

解決済み


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

約3年 前

解決済み


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

約3年 前

解決済み


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

約3年 前

解決済み


Continued fractions
Find a <http://en.wikipedia.org/wiki/Continued_fraction continued fraction> approximation of x.

約3年 前

解決済み


Sunday bonus
Submit a solution on any Sunday and you will get 10 points. Only for MATLAB fans!

約3年 前

解決済み


Mathematical formula
Find the value of the expression given the values of variables t and k. Assume g=9.81

約3年 前

解決済み


Function substitution (1)
Evaluate the function for the given values of the variables N and t

約3年 前

解決済み


Travel time
Calculate the time (in hours) it takes a car traveling at a given uniform speed of s km/hour to travel a distance of d km. For i...

約3年 前

解決済み


Function substitution (2)
Evaluate the function for the given values of the variables N and t

約3年 前

さらに読み込む