![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15954451_1565752009512_DEF.jpg)
Cong Dong Ngoc Minh
Followers: 0 Following: 0
統計
All
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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...
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年以上 前 | 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年以上 前 | ダウンロード 1 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/192aa45d-0979-4a56-9f97-9f98d80d509f/c3ce474f-d9bc-4f13-b002-08355b1f4d98/images/1627021272.jpg)
送信済み
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年以上 前 | ダウンロード 6 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/1ab5fd97-1b7a-4383-9f9b-c1a2bdea1e7f/f0fc8366-8141-46fe-8b89-98e0a1a9429f/images/1626866826.png)
送信済み
Building Crypto Currency Prediction
This example will demonstrate how could we get crypto price though API of coinbase and build the predictive model.
3年以上 前 | ダウンロード 12 件 |
回答済み
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...
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年以上 前 | 0
回答済み
How can I remove NaN values from a matrix?
You can try this way idx =isnan(Columns) Columns(idx,:) = []
How can I remove NaN values from a matrix?
You can try this way idx =isnan(Columns) Columns(idx,:) = []
4年以上 前 | 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)
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年以上 前 | 1