photo

Tamir Suliman


Sudan University of Science and Technology

Last seen: mehr als 2 Jahre vor Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

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

Statistik

All
MATLAB Answers

4 Fragen
48 Antworten

File Exchange

11 Dateien

Cody

0 Probleme
7 Lösungen

RANG
2.073
of 300.364

REPUTATION
32

BEITRÄGE
4 Fragen
48 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
4

RANG
1.490 of 20.934

REPUTATION
1.268

DURCHSCHNITTLICHE BEWERTUNG
3.10

BEITRÄGE
11 Dateien

DOWNLOADS
32

ALL TIME DOWNLOADS
12225

RANG
43.515
of 168.407

BEITRÄGE
0 Probleme
7 Lösungen

PUNKTESTAND
90

ANZAHL DER ABZEICHEN
2

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


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...

fast 8 Jahre vor

Gelöst


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

fast 8 Jahre vor

Gelöst


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...

fast 13 Jahre vor

Gelöst


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 ...

fast 13 Jahre vor

Gelöst


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

fast 13 Jahre vor

Gelöst


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...

fast 13 Jahre vor

Gelöst


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:...

etwa 13 Jahre vor