![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8440198_1588782073777.png)
Louis Christensen
Followers: 0 Following: 0
Statistiques
RANG
N/A
of 297 016
RÉPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
0
RANG
8 335 of 20 422
RÉPUTATION
101
CLASSEMENT MOYEN
3.50
CONTRIBUTIONS
2 Fichiers
TÉLÉCHARGEMENTS
20
ALL TIME TÉLÉCHARGEMENTS
776
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
Royal Game of Ur
The Royal Game of Ur, a 4000 year old board game based on luck, strategy, and probability.
environ 4 ans il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/d991387e-892c-4e8e-8d27-8a581adbd1dc/6bdee884-d51b-447a-bf06-e786c11bb0b8/images/primaryScreenShot.png)
A résolu
Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...
presque 6 ans il y a
A résolu
Use of regexp
Given a string, containing several sentences, such as: 'I played piano. John played football. Anita went home. Are you safe?...
presque 6 ans il y a
A résolu
Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]
presque 6 ans il y a
A résolu
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; ...
presque 6 ans il y a
A résolu
Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...
presque 6 ans il y a
A résolu
String Array Basics, Part 1: Convert Cell Array to String Array; No Missing Values
<http://www.mathworks.com/help/matlab/characters-and-strings.html String array> and cell array are two types of containers for s...
presque 6 ans il y a
A résolu
Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...
presque 6 ans il y a
A résolu
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 ...
presque 6 ans il y a