photo

SUSHMA MB


IIT BOMBAY

Last seen: 2 years ago Active since 2015

Followers: 0   Following: 0

Message

Research Scholar

Statistics

All
MATLAB Answers

61 Questions
3 Answers

Cody

0 Problems
4 Solutions

RANK
4,409
of 300,364

REPUTATION
12

CONTRIBUTIONS
61 Questions
3 Answers

ANSWER ACCEPTANCE
32.79%

VOTES RECEIVED
8

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
51,593
of 168,407

CONTRIBUTIONS
0 Problems
4 Solutions

SCORE
70

NUMBER OF BADGES
3

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • Thankful Level 3
  • First Answer
  • Commenter
  • Promoter
  • Solver

View badges

Feeds

View by

Solved


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

8 years ago

Solved


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

8 years ago

Solved


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

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

8 years ago