Community Profile

photo

Kevin Chng


TechSource

Last seen: 대략 1년 전 2018년부터 활동

Followers: 0   Following: 0

연락

Interested Area: - Data Analytic - Machine Learning - Deep Learning - Financial Application - Graphic and Apps - Cloud Interaction

통계

All
  • Thankful Level 2
  • Revival Level 2
  • Solver
  • Personal Best Downloads Level 5
  • GitHub Submissions Level 3
  • 5-Star Galaxy Level 5
  • Explorer
  • First Review
  • First Submission
  • 6 Month Streak
  • Knowledgeable Level 4
  • Thankful Level 1

배지 보기

Feeds

제출됨


permutation-_list_receiver_transmitter_on_map
This example to determine the location of receiver and transmitter on the "actual/real" map and later compute the permutation li...

거의 3년 전 | 다운로드 수: 1 |

Thumbnail

답변 있음
old mjs service error
To resolve this, i did the following steps: 1) open cmd and browse to matlabrootfolder\_any_release_\toolbox\parallel\bin 2) s...

대략 3년 전 | 2

제출됨


Predictive Maintenance (Concept)
This is for my internal use

대략 3년 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Deploy MATLAB to Azure Function
2 solutions : MATLAB Coder & MATLAB Compiler SDK

대략 3년 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Connect to Microsoft Azure SQL Database from MATLAB
(1) SQL Authentication (2)Azure Active Directory

대략 3년 전 | 다운로드 수: 6 |

Thumbnail

제출됨


Real-Time Facial Recognition Using HOG Features
This example is basically to demonstrate how to register a new face, label new face, extract features and recognise the face in ...

3년 초과 전 | 다운로드 수: 7 |

Thumbnail

답변 있음
Plotting Cell Array in APP Designer
try : After running the code below, you shuld have 2 nice table to plot your figure date = covid_data(1,3:end)'; covid_data...

3년 초과 전 | 0

제출됨


Image Based Traffic Monitoring/Density Real Time Prediction
Train Neural Network in MATLAB, Export to ONNX for Python Flask Deployment

3년 초과 전 | 다운로드 수: 3 |

Thumbnail

제출됨


Lidar Processing for Automated Driving
Segment Obstacle and Ground Plane

3년 초과 전 | 다운로드 수: 3 |

Thumbnail

답변 있음
How to make deployed MATLAB App on Web Server to access data from networked drive?
I have recorded the steps in video. Hope it helps https://www.youtube.com/watch?v=VpE0FbQbV3c

3년 초과 전 | 1

제출됨


GUI-fying to build DL Model (Classification)
Build Detection and Diagnosis Tools of Covid-19 on Chest Radiographs. Everything is in GUI.

대략 4년 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Track The Global Spread of Covid-19 (Coronavirus) in MATLAB
Track Covid-19 Virus Cases (API - get data from Channel New Asia)

대략 4년 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Threshold to set colour for different scale range in Heatmap
As of R2019b, There is no in-built function to set the colour of different scaled range in heatmap. Perhaps, this function can f...

대략 4년 전 | 다운로드 수: 7 |

Thumbnail

제출됨


Big Data Using SQL and Tall Array
This script demonstrates how to access your big data in Microsoft Access and process them using databaseDatastore and tall array...

대략 4년 전 | 다운로드 수: 1 |

Thumbnail

답변 있음
Converting matlab file to stl file
https://www.mathworks.com/help/matlab/ref/stlwrite.html Does it help you?

대략 4년 전 | 0

답변 있음
Code To Extract Data From .txt File to Excel
Accept my answer if it is working for you. Thanks fid = fopen('12.txt','rt'); indata = textscan(fid, '%f %f', 'HeaderLines',...

대략 4년 전 | 0

답변 있음
Does the current onnx version support the export of object detection networks, such as the Yolov2 network(export to yolov2.onnx)?
upcoming release R2020a will support exporting YOLO v2 object detectors to ONNX. For R2019b, refers to the link below to check...

대략 4년 전 | 0

| 수락됨

제출됨


Generate Pokemon Using GAN - Generative Adversarial Network
Explore how to generate fake image using GAN in MATLAB

대략 4년 전 | 다운로드 수: 8 |

Thumbnail

제출됨


11 Classical Time Series Forecasting Methods in MATLAB
In this article, it listed some classical time series techniques available in MATLAB, you may try them on your forecasting probl...

대략 4년 전 | 다운로드 수: 25 |

Thumbnail

답변 있음
Adding Strings to list box so that if two strings are same, a number will be added.
Hi, (Accept my answer if you found my solution is working for your case, thanks) Here you go: Step 1 : Create the said GUI ...

대략 4년 전 | 0

| 수락됨

답변 있음
double-click on "uilistbox" App designer
Up to R2019b, app designer don’t have this feature, It is because if you click on the selected item, no event will be triggered...

4년 초과 전 | 1

답변 있음
Making GUI on Matlab
Yes, I hope the this documentation help you : https://www.mathworks.com/discovery/matlab-gui.html

4년 초과 전 | 0

답변 있음
After training data How to test data in classification learner app ??
Hi, Nilima Gautam In classification learner app, the app will split your data either by holdout or kfold depend on your sele...

4년 초과 전 | 1

| 수락됨

제출됨


Classify Urban Sound using Machine Learning & Deep Learning
Experience both techniques (ML & DL) to classify audio data (urban sound)

4년 초과 전 | 다운로드 수: 5 |

Thumbnail

제출됨


Transfer Learning
Transfer Learning of Pre-trained Neural Network or Imported ONNX Classification Model in GUI

4년 초과 전 | 다운로드 수: 148 |

Thumbnail

제출됨


Live : Designing a gui to extract SgAPI Carpark Availability
Challenge myself to record a live video how i design a GUI program using MATLAB

4년 초과 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Predict House Prices Using DL and ML
Regression & Classification Prediction for House Price Download from Github: https://github.com/KevinChngJY/house_price_predicti...

4년 초과 전 | 다운로드 수: 3 |

Thumbnail

답변 있음
How do I deactivate MATLAB?
for your reference https://www.mathworks.com/matlabcentral/answers/100663-how-do-i-deactivate-matlab

4년 초과 전 | 1

답변 있음
When packaging a project file, edit JAR files?
Hi, You can use library compiler in GUI to add your JAR file to the path when packaging your algorithm.

4년 초과 전 | 0

답변 있음
New toolbox installation activation with site license
MATLAB stores a list of toolboxes in a cache file. If you install a new toolbox, the cache file may not be updated. To resolve...

4년 초과 전 | 1

더 보기