Sulaymon Eshkabilov
Followers: 0 Following: 0
research interests: vibrations, optimal control, system modeling and simulation, mechatronics... coding
Estadística
6 Preguntas
2.067 Respuestas
36 Archivos
Cody0 Problemas
485 Soluciones
CLASIFICACIÓN
68
of 293.799
REPUTACIÓN
2.681
CONTRIBUCIONES
6 Preguntas
2.067 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
303
CLASIFICACIÓN
8.251 of 20.065
REPUTACIÓN
101
EVALUACIÓN MEDIA
4.40
CONTRIBUCIONES
36 Archivos
DESCARGAS
89
ALL TIME DESCARGAS
22016
CLASIFICACIÓN
246
of 149.824
CONTRIBUCIONES
0 Problemas
485 Soluciones
PUNTUACIÓN
5.772
NÚMERO DE INSIGNIAS
20
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Golomb's self-describing sequence (based on Euler 341)
The Golomb's self-describing sequence {G(n)} is the only nondecreasing sequence of natural numbers such that n appears exactly G...
9 meses hace
Resuelto
MatCAT - Reconstruct X from Its X-rays
Consider a matrix x x = [ 1 2 0 0 5 0 3 0 8 ] If we sum x along the rows we get row_sums = [3 5 11] ...
9 meses hace
Resuelto
Integer sequence - 2 : Kolakoski sequence
Get the n-th term of Kolakoski Sequence.
más de 1 año hace
Resuelto
"Look and say" sequence
What's the next number in this sequence? * [0] * [1 0] * [1 1 1 0] * [3 1 1 0] * [1 3 2 1 1 0] This a variant on the w...
más de 1 año hace
Resuelto
Change the sign of even index entries of the reversed vector
change the signs of the even index entries of the reversed vector example 1 vec = [4 -1 -2 9] ans = [9 2 -1 -4] example2...
casi 3 años hace
Resuelto
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
casi 3 años hace
Resuelto
Enlarge array
Given an m-by-n numeric array (A) and a 1-by-2 vector (sz) indicating the dimensions [p q] to enlarge each element, return an (m...
alrededor de 3 años hace
Resuelto
Matrix multiplication across rows
Given matrix m, return matrix n such that, rows of n are result of multiplication of the rows of the input matrix Example ...
alrededor de 3 años hace
Resuelto
Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...
alrededor de 3 años hace
Resuelto
Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...
alrededor de 3 años hace
Resuelto
Find the max element of the array
Find the max element of the array
alrededor de 3 años hace
Resuelto
Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.
alrededor de 3 años hace
Resuelto
Calculate the average value of the elements in the array
Calculate the average value of the elements in the array
alrededor de 3 años hace
Resuelto
the average value of the elements
Calculate the average value of the elements in the array
alrededor de 3 años hace
Resuelto
Double all elements in the array
Duplicate all elements in the array
alrededor de 3 años hace
Resuelto
calculate the length of matrix
input 1 array, calculate the length
alrededor de 3 años hace
Resuelto
Divisible by 2
This is the first problem in a set of "divisible by x" problems. You will be provided a number as a string and the function you ...
alrededor de 3 años hace
Resuelto
Split a given string from the first instance of a given character
A simple operation to split a given string into two substrings at the point where the desired character is first found. e.g. ...
alrededor de 3 años hace
Resuelto
most frequent character
Obtain the most frequent character. For example, s='balaram'; output='a'; If there is a tie between letters, return t...
alrededor de 3 años hace
Resuelto
Concatenate strings
concatenate a variable number of input strings to produce one outputstring
alrededor de 3 años hace
Resuelto
NO _________ ALLOWED....
So you're given a sentence where if there is a particular word in the sentence then the output is 1, if it is not there then the...
alrededor de 3 años hace
Resuelto
Divisible by 10
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...
alrededor de 3 años hace
Resuelto
Divisible by 5
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...
alrededor de 3 años hace
Resuelto
Make a list string
Given a cell string, produce a string separating the items with spaces and commas and with an 'and' preceding the final item, an...
alrededor de 3 años hace
Resuelto
ABBREVIATION
Abbreviate the given string. Consider Only Capital Letters. EXAMPLE If input is 'Abbreviation of The Given String' then ou...
alrededor de 3 años hace
Resuelto
How many digits are there?
Input(s) - any string Output(n) - number of digits within string s
alrededor de 3 años hace