![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15954451_1565752009512_DEF.jpg)
Cong Dong Ngoc Minh
Followers: 0 Following: 0
Statistik
RANG
12.030
of 297.016
REPUTATION
4
BEITRÄGE
0 Fragen
4 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
1
RANG
7.047 of 20.419
REPUTATION
145
DURCHSCHNITTLICHE BEWERTUNG
4.70
BEITRÄGE
3 Dateien
DOWNLOADS
18
ALL TIME DOWNLOADS
1168
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
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...
mehr als 3 Jahre vor | 0
Gesendet
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...
mehr als 3 Jahre vor | 1 Download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/192aa45d-0979-4a56-9f97-9f98d80d509f/c3ce474f-d9bc-4f13-b002-08355b1f4d98/images/1627021272.jpg)
Gesendet
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...
mehr als 3 Jahre vor | 5 Downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/1ab5fd97-1b7a-4383-9f9b-c1a2bdea1e7f/f0fc8366-8141-46fe-8b89-98e0a1a9429f/images/1626866826.png)
Gesendet
Building Crypto Currency Prediction
This example will demonstrate how could we get crypto price though API of coinbase and build the predictive model.
mehr als 3 Jahre vor | 12 Downloads |
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...
mehr als 4 Jahre vor | 0
How can I remove NaN values from a matrix?
You can try this way idx =isnan(Columns) Columns(idx,:) = []
mehr als 4 Jahre vor | 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)
mehr als 5 Jahre vor | 1