photo

Seth Popinchalk

Last seen: 1 day ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

1 Question
41 Answers

File Exchange

6 Files

Cody

0 Problems
4 Solutions

RANK
789
of 300,584

REPUTATION
99

CONTRIBUTIONS
1 Question
41 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
28

RANK
1,771 of 21,030

REPUTATION
1,055

AVERAGE RATING
2.80

CONTRIBUTIONS
6 Files

DOWNLOADS
11

ALL TIME DOWNLOADS
10552

RANK
64,229
of 169,723

CONTRIBUTIONS
0 Problems
4 Solutions

SCORE
50

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 3
  • First Review
  • 5-Star Galaxy Level 2
  • First Submission
  • 6 Month Streak
  • Thankful Level 1
  • Revival Level 1
  • 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:...

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

14 years ago

Solved


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

14 years ago

Solved


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

14 years ago