Tamir Suliman
Sudan University of Science and Technology
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
2.073
of 300.364
REPUTACIÓN
32
CONTRIBUCIONES
4 Preguntas
48 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
1.490 of 20.934
REPUTACIÓN
1.268
EVALUACIÓN MEDIA
3.10
CONTRIBUCIONES
11 Archivos
DESCARGAS
32
ALL TIME DESCARGAS
12225
CLASIFICACIÓN
43.515
of 168.407
CONTRIBUCIONES
0 Problemas
7 Soluciones
PUNTUACIÓN
90
NÚMERO DE INSIGNIAS
2
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
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 8 años hace
Resuelto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
casi 8 años hace
Resuelto
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...
casi 13 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 ...
casi 13 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...
casi 13 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:...
alrededor de 13 años hace








