Bill Greene

MathWorks

Active since 2012

Followers: 0   Following: 0

Message

CAE Consultant

Statistics

All
MATLAB Answers

0 Questions
97 Answers

File Exchange

1 File

Cody

0 Problems
2 Solutions

RANK
397
of 300,338

REPUTATION
204

CONTRIBUTIONS
0 Questions
97 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
14

RANK
5,920 of 20,922

REPUTATION
202

AVERAGE RATING
4.50

CONTRIBUTIONS
1 File

DOWNLOADS
10

ALL TIME DOWNLOADS
1937

RANK
90,040
of 168,124

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
  • 5-Star Galaxy Level 1
  • First Submission
  • 12 Month Streak
  • Revival Level 2
  • Knowledgeable Level 4
  • First Answer
  • Solver

View badges

Feeds

View by

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


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