![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8690393_1522128463005_DEF.jpg)
Venkatesh Chilapur
Followers: 0 Following: 0
Statistiques
RANG
302
of 297 016
RÉPUTATION
282
CONTRIBUTIONS
0 Questions
213 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
45
RANG
3 855 of 20 419
RÉPUTATION
378
CLASSEMENT MOYEN
5.00
CONTRIBUTIONS
2 Fichiers
TÉLÉCHARGEMENTS
56
ALL TIME TÉLÉCHARGEMENTS
3394
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.
presque 3 ans il y a
A résolu
Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...
presque 3 ans il y a
A résolu
Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]
presque 3 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 3 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:...
presque 3 ans il y a
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...
environ 7 ans il y a
A résolu
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
environ 7 ans il y a
A résolu
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
plus de 7 ans il y a