photo

msahar


Last seen: 1 year ago Active since 2013

Followers: 0   Following: 0

Message

Professional Interests: CAD CAM FEA

Programming Languages:
Java

Statistics

All
MATLAB Answers

9 Questions
3 Answers

File Exchange

2 Files

Cody

0 Problems
2 Solutions

ThingSpeak

2 Public Channels

RANK
73,761
of 300,592

REPUTATION
0

CONTRIBUTIONS
9 Questions
3 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
14,010 of 21,027

REPUTATION
19

AVERAGE RATING
0.00

CONTRIBUTIONS
2 Files

DOWNLOADS
1

ALL TIME DOWNLOADS
193

RANK
78,004
of 169,752

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
40

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
2 Public Channels

AVERAGE RATING
48

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • GitHub Submissions Level 1
  • Personal Best Downloads Level 1
  • First Submission
  • Thankful Level 1
  • First Answer
  • Solver
  • Promoter

View badges

Feeds

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

9 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