photo

Cong Dong Ngoc Minh


Last seen: environ un mois il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

0 Questions
4 Réponses

File Exchange

3 Fichiers

RANG
11 811
of 301 200

RÉPUTATION
4

CONTRIBUTIONS
0 Questions
4 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
1

RANG
6 973 of 21 190

RÉPUTATION
152

CLASSEMENT MOYEN
4.70

CONTRIBUTIONS
3 Fichiers

TÉLÉCHARGEMENTS
8

ALL TIME TÉLÉCHARGEMENTS
1240

RANG

of 173 339

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

plus de 4 ans il y a | 0

A soumis


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...

plus de 4 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


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...

plus de 4 ans il y a | 3 téléchargements |

0.0 / 5
Thumbnail

A soumis


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

presque 5 ans il y a | 4 téléchargements |

0.0 / 5

Réponse apportée
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...

plus de 5 ans il y a | 0

Réponse apportée
How can I remove NaN values from a matrix?
You can try this way idx =isnan(Columns) Columns(idx,:) = []

plus de 5 ans il y a | 0

Réponse apportée
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)

plus de 6 ans il y a | 1