photo

Opeyemi Kehinde


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

Followers: 0   Following: 0

统计学

MATLAB Answers

2 个提问
2 个回答

排名
19,833
of 300,015

声誉
2

贡献数
2 个提问
2 个回答

回答接受率
100.0%

收到投票数
1

排名
 of 20,862

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,926

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Answer

查看徽章

Feeds

排序方式:

提问


How to subset an irregular region of the earth from a global dataset using four points
How can I pull out a subset from a dataset named "global_data" using the following four coordinates and then find the average or...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
How to combine two arrays?
This will combine everything vertically ba=rand(5,1); bc=rand(5,1); bd=cat(1,ba,bc) and this will combine them horizontally ...

4 years 前 | 1

提问


How to make NaN data an empty entry
I have a 2160 by 4320 data that has lots of NaN. How do I make matlab ignore the NaNs (i.e making them an empty entry, not zero)...

4 years 前 | 2 个回答 | 0

2

个回答

已回答
Replace NaN with Blanks
fillmissing(V1, 'constant', []) will this work to make NaN an empty entry

4 years 前 | 0