photo

Tamir Suliman


Sudan University of Science and Technology

Last seen: más de 2 años hace Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

Sudan University of Science and Technology EE Johns Hopkins University ECE University of South Carolina CS

Estadística

All
MATLAB Answers

4 Preguntas
48 Respuestas

File Exchange

11 Archivos

Cody

0 Problemas
7 Soluciones

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

  • Personal Best Downloads Level 3
  • 5-Star Galaxy Level 3
  • First Review
  • First Submission
  • Revival Level 1
  • Knowledgeable Level 2
  • First Answer
  • Commenter
  • Solver

Ver insignias

Feeds

Ver por

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


Add two numbers
Given a and b, return the sum a+b in c.

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