photo

Pradeep Gowda


Last seen: 12 months ago Active since 2015

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

28 Questions
1 Answer

File Exchange

2 Files

Cody

0 Problems
2 Solutions

RANK
21,071
of 300,508

REPUTATION
2

CONTRIBUTIONS
28 Questions
1 Answer

ANSWER ACCEPTANCE
46.43%

VOTES RECEIVED
2

RANK
10,211 of 21,019

REPUTATION
61

AVERAGE RATING
2.00

CONTRIBUTIONS
2 Files

DOWNLOADS
3

ALL TIME DOWNLOADS
616

RANK
81,274
of 169,435

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
30

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Thankful Level 3
  • First Answer
  • Solver

View badges

Feeds

View by

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

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