Statistiques
All
RANG
407
of 281 525
RÉPUTATION
180
CONTRIBUTIONS
0 Questions
96 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
50
RANG
611 of 19 046
RÉPUTATION
2 812
CLASSEMENT MOYEN
4.30
CONTRIBUTIONS
9 Fichiers
TÉLÉCHARGEMENTS
38
ALL TIME TÉLÉCHARGEMENTS
27078
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Content Feed
A résolu
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...
plus de 11 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 ...
plus de 11 ans il y a
A résolu
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
plus de 11 ans il y a