Hans Bourgeois
LABNEURO - Laboratory of Applied Biology, Research Unit in Applied Neurophysiology
Followers: 0 Following: 0
Python, C, R, MATLAB
Spoken Languages:
English, French
Statistiques
RANG
82 723
of 300 851
RÉPUTATION
0
CONTRIBUTIONS
1 Question
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 21 094
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
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...
plus de 3 ans il y a
A résolu
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...
plus de 3 ans il y a
A résolu
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...
plus de 3 ans il y a
A résolu
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....
plus de 3 ans il y a
A résolu
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...
plus de 3 ans il y a
A résolu
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,...
plus de 3 ans il y a
A résolu
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...
plus de 3 ans il y a
A résolu
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.
plus de 3 ans il y a
A résolu
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.
plus de 3 ans il y a
A résolu
only input
Return the output without writing any code into the function.
plus de 3 ans il y a
A résolu
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 ...
plus de 3 ans il y a
A résolu
Magic!
Check whether the input matrix is a normal magic square: <http://en.wikipedia.org/wiki/Magic_square> Output the logical va...
plus de 3 ans il y a
A résolu
What percentage?
Calculate the output c as the percentage of a on b for given a and b.
plus de 3 ans il y a
A résolu
Tune your guitar
Given an input string with the scientific pitch notation for standard tuning ( <http://en.wikipedia.org/wiki/Guitar_tunings#Stan...
plus de 3 ans il y a
A résolu
Remove white space from the string
Remove the white spaces (trailing and leading) from the input variable
plus de 3 ans il y a
A résolu
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 ...
plus de 3 ans il y a
A résolu
Number of toolboxes?
Return a number equal to the number of toolboxes available to the Cody solvers.
plus de 3 ans il y a
A résolu
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.
plus de 3 ans il y a
A résolu
Convert yards to feet
The goal of this script is to convert a value given in yards to feet.
plus de 3 ans il y a
A résolu
Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.
plus de 3 ans il y a
A résolu
Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.
plus de 3 ans il y a
A résolu
Continued fractions
Find a <http://en.wikipedia.org/wiki/Continued_fraction continued fraction> approximation of x.
plus de 3 ans il y a
A résolu
Sunday bonus
Submit a solution on any Sunday and you will get 10 points. Only for MATLAB fans!
plus de 3 ans il y a
A résolu
Mathematical formula
Find the value of the expression given the values of variables t and k. Assume g=9.81
plus de 3 ans il y a
A résolu
Function substitution (1)
Evaluate the function for the given values of the variables N and t
plus de 3 ans il y a
A résolu
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...
plus de 3 ans il y a
A résolu
Function substitution (2)
Evaluate the function for the given values of the variables N and t
plus de 3 ans il y a







