photo

Yuk Wai Kelvin Chow


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

Followers: 0   Following: 0

统计学

All
MATLAB Answers

3 个提问
1 个回答

File Exchange

1 文件

排名
193,276
of 301,493

声誉
0

贡献数
3 个提问
1 个回答

回答接受率
100.0%

收到投票数
0

排名
19,429 of 21,300

声誉
1

平均
0.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
10

排名

of 174,813

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Submission
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已提交


Temperature of Steel members(beam) during Compartment fire
A simulation to find out the temperature-time curves of protected and unprotected steel beam in natural fire. An evaluation of A...

5 years 前 | 1 次下载 |

0.0 / 5

提问


Changing values in matrix under certain condition
x = 0:50; y = 0:20; [X,Y] = ndgrid(x,y); XY = [X(:), Y(:)]; R=5; AB=[((X(:)-25).^2 + (Y(:)-10).^2).^0.5]; Displacemen...

5 years 前 | 1 个回答 | 0

1

个回答

已回答
Changing format/size of matrix in table
AB=[((X(:)-Xo).^2 + (Y(:)-Yo).^2).^0.5]; outDouble3d = permute(reshape(AB.',51,21,[]),[2 1 3]); %found it in another Q&A

5 years 前 | 0

| 已接受

提问


Changing format/size of matrix in table
I have a 1071x1 matrix right now, the values are distances from a specific point to every coordinates in a 20x50 floor plan How...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to write a range of coordinates (of an area)
I want to get a range of coordinate (x,y) for further calculation of distance between them and a specific points For example a ...

5 years 前 | 1 个回答 | 0

1

个回答