cody madsen
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
123,169
of 295,486
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,950
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Rolling all six numbers on a six sided die
If I were to roll a 6 sided die and wanted to roll each number 1 time how many times on average would it take for me to roll eac...
5 years ago | 2 answers | 0
2
answersQuestion
index exceeds the number of array elements
I am trying to create a vector that stores a tally and if the tally k is greater than the number of elements in the vector I wan...
5 years ago | 1 answer | 0
1
answerQuestion
Creating permutations of vectors using basic matlab commands such as loops.
In the problem I have to take a vector x = [x1,x2,x3,x4] ,where 0 <= xi <= m, and m is an inputted integer. For example if m ...
5 years ago | 1 answer | 0
1
answerQuestion
How do I solve this projectile motion problem?
Problem Statement: A gun is fired from point A hitting the target at point B. The initial velocity is 400 m/s. Determine the...
6 years ago | 0 answers | 0
0
answersQuestion
How do I plot the first 200 points of each vector on the same graph?
what would I have to put in the plot command in order to plot only the first 200 points of each vector vs. t on the same graph? ...
6 years ago | 1 answer | 0
1
answerQuestion
Unable to perform assignment because the left and right sides have a different number of elements. Error in Assignment6ExcelCodyMadsen (line 44) letter(i) = 'B+' ; How do I fix this problem?
gradebook = xlsread('Exam_Grades_Data(1)'); display (gradebook); %% Average Exam Grade for Each Student % 0 -...
6 years ago | 2 answers | 0