Feeds
질문
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년 전 | 답변 수: 2 | 0
2
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 1 | 0
1
답변문제를 풀었습니다
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년 전
문제를 풀었습니다
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년 전
문제를 풀었습니다
Function definition: Volume of a pyramid
Define a function CalculatePyramidVolume with inputs baseLength, baseWidth, and pyramidHeight. The function returns pyramidVolum...
대략 10년 전
문제를 풀었습니다
Function definition: Double down.
* Complete the DoubleDown function to return twice the initialValue.
대략 10년 전
