
Cong Dong Ngoc Minh
Statistics
RANK
15.773
of 276.200
REPUTAZIONE
2
CONTRIBUTI
0 Domande
4 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
1
RANK
7.584 of 18.593
REPUTAZIONE
111
VALUTAZIONE MEDIA
4.70
CONTRIBUTI
3 File
DOWNLOAD
36
ALL TIME DOWNLOAD
824
RANK
of 125.942
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Content Feed
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...
oltre un anno fa | 0
Inviato
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...
oltre un anno fa | 1 download |

Inviato
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...
oltre un anno fa | 10 download |

Inviato
Building Crypto Currency Prediction
This example will demonstrate how could we get crypto price though API of coinbase and build the predictive model.
circa 2 anni fa | 25 download |
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...
oltre 2 anni fa | 0
How can I remove NaN values from a matrix?
You can try this way idx =isnan(Columns) Columns(idx,:) = []
circa 3 anni fa | 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)
oltre 3 anni fa | 1