Statistics
All
RANK
220,659
of 300,904
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 21,108
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
How can I replicate the strtrim function?
I am trying to replicate the strtrim function, but I cannot seem the figure out how to get it to work properly. When I run my co...
10 years ago | 2 answers | 0
2
answersQuestion
I need some help with plotting a scatter plot in a for loop
I am given z = (sin(xy))^2, x and y. z is used for to represent color coding. I need to create a 2-D x-y scatter plot of z = (si...
10 years ago | 1 answer | 0
1
answerQuestion
Error: "Invalid first data argument" (when attempting to plot)
I am trying to create a scatter plot of: z = ( sin(xy) )2 , where x and y are both independent variables and each point is sho...
10 years ago | 1 answer | 0
1
answerSolved
Logical indexing: High scores
Row array gameScores contains all player scores. Construct a row array highScores than contains all player scores greater than 5...
10 years ago
Solved
Logical indexing: Player scores
Player 1 and player 2 take turns playing a game. Row array gameScores contains the scores of player 1, then player 2, then playe...
10 years ago
Solved
Function definition: Volume of a pyramid
Define a function CalculatePyramidVolume with inputs baseLength, baseWidth, and pyramidHeight. The function returns pyramidVolum...
10 years ago
Solved
Function definition: Double down.
* Complete the DoubleDown function to return twice the initialValue.
10 years ago
