photo

Ahmed Anas


Last seen: 3 years ago Active since 2019

Followers: 1   Following: 0

Statistics

All
MATLAB Answers

19 Questions
4 Answers

File Exchange

1 File

Cody

0 Problems
3 Solutions

RANK
10,143
of 300,508

REPUTATION
4

CONTRIBUTIONS
19 Questions
4 Answers

ANSWER ACCEPTANCE
36.84%

VOTES RECEIVED
0

RANK
8,853 of 21,019

REPUTATION
89

AVERAGE RATING
5.00

CONTRIBUTIONS
1 File

DOWNLOADS
8

ALL TIME DOWNLOADS
630

RANK
73,352
of 169,435

CONTRIBUTIONS
0 Problems
3 Solutions

SCORE
40

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 1
  • Explorer
  • First Review
  • Knowledgeable Level 1
  • Solver
  • First Submission
  • Thankful Level 3
  • First Answer

View badges

Feeds

View by

Solved


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

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

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

5 years ago