photo

Kevin Steerman


Portland State University

自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

3 个提问
0 个回答

Cody

0 个问题
4 个答案

排名
220,731
of 300,967

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 21,126

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
163,360
of 172,078

贡献数
0 个问题
4 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

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 years 前 | 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 years 前 | 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 years 前 | 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 years 前

已解决


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 前

已解决


Function definition: Volume of a pyramid
Define a function CalculatePyramidVolume with inputs baseLength, baseWidth, and pyramidHeight. The function returns pyramidVolum...

10 years 前

已解决


Function definition: Double down.
* Complete the DoubleDown function to return twice the initialValue.

10 years 前