photo

Cong Dong Ngoc Minh


Last seen: 2 months 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

0 个提问
4 个回答

File Exchange

3 文件

排名
10,237
of 297,457

声誉
4

贡献数
0 个提问
4 个回答

回答接受率
0.00%

收到投票数
1

排名
7,041 of 20,438

声誉
146

平均
4.70

贡献数
3 文件

下载次数
13

ALL TIME 下载次数
1177

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 2
  • First Submission
  • First Answer
  • Revival Level 1

查看徽章

Feeds

排序方式:

已回答
lat long radius to XYZ
Hi @Ahmed Abdulla, From my perspective, Latitude and Longitude should be converted from degree to radians first, after that usi...

3 years 前 | 0

已提交


Global wheat detection
Wheat detection, is used to estimate the density and size of wheat, farmers can use the data to assess health and maturity in th...

3 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


Urban Sound Classification Using Deep Learning
In the example, I will demonstrate how we do sound classification using deep learning from extracting audio feature (spectrogram...

3 years 前 | 5 次下载 |

0.0 / 5
Thumbnail

已提交


Building Crypto Currency Prediction
This example will demonstrate how could we get crypto price though API of coinbase and build the predictive model.

4 years 前 | 7 次下载 |

0.0 / 5

已回答
Removing invalid bounding boxes from datastore
Hi Kyke, Please check the bounding boxes whether it has '0' in coordinate. Due to MATLAB starts at '1' in the image, so that yo...

4 years 前 | 0

已回答
How can I remove NaN values from a matrix?
You can try this way idx =isnan(Columns) Columns(idx,:) = []

4 years 前 | 0

已回答
how can I solve to my problem
You could type mex -setup and then choose language C++ with C++ compiler is Microsoft Visual C++ 2019 (or the other version)

5 years 前 | 1