![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5309195_1522107493187_DEF.jpg)
Ilja Maljutenko
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
2.137
of 297.016
REPUTACIÓN
30
CONTRIBUCIONES
1 Pregunta
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
25
CLASIFICACIÓN
16.266 of 20.419
REPUTACIÓN
7
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
2 Archivos
DESCARGAS
2
ALL TIME DESCARGAS
70
CLASIFICACIÓN
31.921
of 157.687
CONTRIBUCIONES
0 Problemas
12 Soluciones
PUNTUACIÓN
133
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.
más de 3 años hace
Resuelto
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
más de 3 años hace
Resuelto
Split a string into chunks of specified length
Given a string and a vector of integers, break the string into chunks whose lengths are given by the elements of the vector. Ex...
más de 6 años hace
Resuelto
Cell Counting: How Many Draws?
You are given a cell array containing information about a number of soccer games. Each cell contains one of the following: * ...
más de 6 años hace
Resuelto
Guess Cipher
Guess the formula to transform strings as follows: 'Hello World!' --> 'Ifmmp Xpsme!' 'Can I help you?' --> 'Dbo J ifmq zpv...
más de 6 años hace
Resuelto
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...
más de 6 años hace
Resuelto
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 ...
más de 8 años hace
Resuelto
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...
casi 9 años hace
Resuelto
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:...
casi 9 años hace