photo

Cong Dong Ngoc Minh


Last seen: ongeveer 2 maanden ago Active since 2019

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
4 Answers

File Exchange

3 Files

RANK
10.238
of 297.503

REPUTATION
4

CONTRIBUTIONS
0 Questions
4 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
7.041 of 20.449

REPUTATION
146

AVERAGE RATING
4.70

CONTRIBUTIONS
3 Files

DOWNLOADS
13

ALL TIME DOWNLOADS
1177

RANK

of 159.017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

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

meer dan 3 jaar ago | 0

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

meer dan 4 jaar ago | 0

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

meer dan 4 jaar ago | 0

Answered
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)

meer dan 5 jaar ago | 1