photo

Samuel Thompson


Last seen: 4 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
2 个回答

排名
5,595
of 299,930

声誉
8

贡献数
8 个提问
2 个回答

回答接受率
62.5%

收到投票数
6

排名
 of 20,845

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,620

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
Convert array into column vector - by row rather than column
Managed to achieve this by taking the transpose of matrix a first, and then performing the same operation. b = a'; b(:)

7 years 前 | 1

| 已接受

提问


Convert array into column vector - by row rather than column
Consider the matrix a a = [1 2 3; 4 5 6; 7 8 9] I wish to obtain an output b: b = [1; 2; 3; 4; 5; 6; 7; 8; 9] a(:)...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Delete rows from matrix that contain values that correspond to values from a separate variable vector
Hi, I wish to remove rows from a matrix *A* [n x 2] that contains any value from another vector *B* [1 x n] in its first col...

7 years 前 | 1 个回答 | 0

1

个回答

提问


App Designer: Format headings on uitable
The table below is a uitable created within App Designer that has been modified using the following code: app.UITable2.Colu...

7 years 前 | 2 个回答 | 1

2

个回答

提问


App Designer: Using function outputs as variables within other functions
I would like to store a variable as an output from a function in App Designer for use with other functions. Please see the simpl...

8 years 前 | 2 个回答 | 1

2

个回答

提问


assign interpolated color bar value to plot
*Code Extract* My code plots the deflection of a cantilever beam. I wish to change the colour of the deflected shape to corre...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Adding a color bar to an existing plot.
My code generates the figure below; I wish to add a colour bar that indicates the variation in stress of the deflected shape. I ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Storing neighboring coordinates within a sphere from a 3D domain.
Hi, I wish to be able to form connections between nodes that are within a specified distance apart in 3D space. ~ So fa...

8 years 前 | 1 个回答 | 0

1

个回答

已回答
Defining nodal coordinates for a 3D cubic lattice.
For those who this may be useful, I modified a code provided from another MATLAB user, Marten for ease of use. <https://uk.math...

8 years 前 | 1

| 已接受

提问


Defining nodal coordinates for a 3D cubic lattice.
Hi, I wish to create a 3D lattice formed by joining together many 8-node cubic elements (see figure). I wish to define the nu...

8 years 前 | 1 个回答 | 2

1

个回答