photo

Mohammad Abouali


Michigan State University

Active since 2012

Followers: 1   Following: 0

Message

Statistics

All
MATLAB Answers

16 Questions
272 Answers

File Exchange

9 Files

Cody

0 Problems
7 Solutions

RANK
96
of 301,307

REPUTATION
1,437

CONTRIBUTIONS
16 Questions
272 Answers

ANSWER ACCEPTANCE
87.5%

VOTES RECEIVED
222

RANK
1,616 of 21,235

REPUTATION
1,170

AVERAGE RATING
4.00

CONTRIBUTIONS
9 Files

DOWNLOADS
11

ALL TIME DOWNLOADS
11204

RANK
48,830
of 173,928

CONTRIBUTIONS
0 Problems
7 Solutions

SCORE
80

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF 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

View badges

Feeds

View by

Solved


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

9 years ago

Solved


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

10 years ago

Solved


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

11 years ago

Solved


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

11 years ago

Solved


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

11 years ago

Solved


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

11 years ago

Solved


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

11 years ago