photo

Kevin Shen


Last seen: 2 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
121,673
of 300,765

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,941

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Multiplying Matrices, but with elements added together
Hello! I have vector matrix A (3x1) and row matrix B (1x3). When multipying A*B, instead of having each element in the new 3x3 ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How do I offset a vector plot?
Hello there! I have this bit of code below. I want it to plot points like (5,5) (6,7)(7,9)(8,11)(9,13), etc. Basically, the x b...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How do I plot a scatter plot where the x is the position of the element in a vector and the y is the value of the element in the vector?
Hello! I am trying to plot a scatter plot, with a single vector. For example, if I have a vector A which is [1; 6; 2], there wo...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How do I get every combination of 3 vectors?
Hello! I have 3 vectors, one is a 35x1, one is a 31x1 and the last one is a 13x1. I want to create some kind of loop that outpu...

5 years 前 | 3 个回答 | 0

3

个回答

提问


When I multiply two matrices, say a 3x3 and a 3x1, how would I make the final result a 3x3x3 matrix, with the value of each element being a result of the product of the row, column, and height?
Hello! I am looking to multiply a 2d matrix with a vector, and have it produce a 3d matrix with every combination of the elemen...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How do I take one matrix, divide by another, to make a bunch of new matrices with the dimension of the original matrix, but each scaled by each element of the second matrix?
Hello! I have a question. I have a matrix, 91 by 93, and i want to divide each element of the matrix by a scalar. However, I ha...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How do I plot all the points on a matrix (in 3d) with the x and y being the locations of the elements of the matrix, and the z being the value of the elements?
Hello! I have a question. I am trying to make a scatter plot in 3d, with a 49 by 49 matrix as a starting value. My end goal wou...

5 years 前 | 1 个回答 | 0

1

个回答