photo

Mohammad Abouali


Michigan State University

Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

All
MATLAB Answers

16 Fragen
272 Antworten

File Exchange

9 Dateien

Cody

0 Probleme
7 Lösungen

RANG
96
of 297.613

REPUTATION
1.437

BEITRÄGE
16 Fragen
272 Antworten

ANTWORTZUSTIMMUNG
87.5%

ERHALTENE STIMMEN
222

RANG
1.606 of 20.457

REPUTATION
1.158

DURCHSCHNITTLICHE BEWERTUNG
4.00

BEITRÄGE
9 Dateien

DOWNLOADS
24

ALL TIME DOWNLOADS
11086

RANG
45.295
of 159.263

BEITRÄGE
0 Probleme
7 Lösungen

PUNKTESTAND
80

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • 5-Star Galaxy Level 4
  • Personal Best Downloads Level 2
  • First Review
  • First Submission
  • 6 Month Streak
  • Thankful Level 3
  • Pro
  • Knowledgeable Level 5
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Sorted highest to lowest?
Return 1 if the input is sorted from highest to lowest, 0 if not. Example: 1:7 -> 0 [7 5 2] -> 1

mehr als 8 Jahre vor

Gelöst


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

etwa 9 Jahre vor

Gelöst


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

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

fast 10 Jahre vor

Gelöst


Is my wife right?
Regardless of input, output the string 'yes'.

fast 10 Jahre vor