統計
All
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年 前
