![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/12813571_1538537276303.jpg)
Kevin Chng
TechSource
Followers: 0 Following: 0
Interested Area: - Data Analytic - Machine Learning - Deep Learning - Financial Application - Graphic and Apps - Cloud Interaction
統計
All
Feeds
回答済み
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...
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...
4年弱 前 | 2
回答済み
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...
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...
4年以上 前 | 0
回答済み
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
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
4年以上 前 | 1
回答済み
Converting matlab file to stl file
https://www.mathworks.com/help/matlab/ref/stlwrite.html Does it help you?
Converting matlab file to stl file
https://www.mathworks.com/help/matlab/ref/stlwrite.html Does it help you?
5年弱 前 | 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',...
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',...
5年弱 前 | 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...
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...
5年弱 前 | 0
| 採用済み
回答済み
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 ...
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 ...
約5年 前 | 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...
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...
約5年 前 | 1
回答済み
Making GUI on Matlab
Yes, I hope the this documentation help you : https://www.mathworks.com/discovery/matlab-gui.html
Making GUI on Matlab
Yes, I hope the this documentation help you : https://www.mathworks.com/discovery/matlab-gui.html
約5年 前 | 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...
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...
約5年 前 | 1
| 採用済み
回答済み
How do I deactivate MATLAB?
for your reference https://www.mathworks.com/matlabcentral/answers/100663-how-do-i-deactivate-matlab
How do I deactivate MATLAB?
for your reference https://www.mathworks.com/matlabcentral/answers/100663-how-do-i-deactivate-matlab
5年以上 前 | 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.
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.
5年以上 前 | 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...
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...
5年以上 前 | 1
回答済み
Installed Visual C++ 2008 Express and Windows SDK for Windows Server 2008 and .NET Framework 3.5 to compile MATLAB R2010a project, but MATLAB still can't find compiler
I have successfully did it in my pc to compile exe. file by using R2010a in window 10. Compiler I used is Microsoft Vis...
Installed Visual C++ 2008 Express and Windows SDK for Windows Server 2008 and .NET Framework 3.5 to compile MATLAB R2010a project, but MATLAB still can't find compiler
I have successfully did it in my pc to compile exe. file by using R2010a in window 10. Compiler I used is Microsoft Vis...
5年以上 前 | 0
回答済み
How to change the color of a lamp component when a button is pressed in AppDesigner ?
It should be working. I guess you miss out something, i try to do the full workflow here : I hope it helps you 1) Create butt...
How to change the color of a lamp component when a button is pressed in AppDesigner ?
It should be working. I guess you miss out something, i try to do the full workflow here : I hope it helps you 1) Create butt...
5年以上 前 | 1
回答済み
Unable to sove for all parameters
clc clear all i=1; summary=table; for ta=linspace(0.017,0.349,20) for xp=linspace(0,20,20) for tb=linspace(0.0...
Unable to sove for all parameters
clc clear all i=1; summary=table; for ta=linspace(0.017,0.349,20) for xp=linspace(0,20,20) for tb=linspace(0.0...
6年弱 前 | 0
質問
How to read and visualize my lidar data?
Hi All, My lidar data is in bin file : https://techsource-my.sharepoint.com/:u:/g/personal/kevin_chng_techsource-asia_com/Ef...
6年弱 前 | 2 件の回答 | 0
2
回答回答済み
Printing live script without code part
In 2019a, it allows you to hide the code before exporting.
Printing live script without code part
In 2019a, it allows you to hide the code before exporting.
6年弱 前 | 1
回答済み
How to fold up code in live script?
In 2019a, it allows you to hide the code before exporting.
How to fold up code in live script?
In 2019a, it allows you to hide the code before exporting.
6年弱 前 | 1
回答済み
Getting output from GUI
Assume you know how to pass those data between the function in guide. In the callback of your button, if val1 is your matrix, ...
Getting output from GUI
Assume you know how to pass those data between the function in guide. In the callback of your button, if val1 is your matrix, ...
6年弱 前 | 0
回答済み
How to fix "index exceeds number of arrays error (1)" on my code
Your error is from for k=3:n B = B +(k-1)*c(k); end In your main script, n = 100, means that you are going to indexing c...
How to fix "index exceeds number of arrays error (1)" on my code
Your error is from for k=3:n B = B +(k-1)*c(k); end In your main script, n = 100, means that you are going to indexing c...
6年弱 前 | 0
回答済み
How to enable "Snap to Tick" for a slider in App Designer?
Is it what you expect? If you are using app designer, on your left hand side bottom, there is configuration you may edit. Em...
How to enable "Snap to Tick" for a slider in App Designer?
Is it what you expect? If you are using app designer, on your left hand side bottom, there is configuration you may edit. Em...
6年弱 前 | 0
回答済み
Data extraction from multiple matfiles.
Your Question: I want to extract data for specific row and col for all the files i have (i.e., SM1,SM2,SM3,SM3). For example...
Data extraction from multiple matfiles.
Your Question: I want to extract data for specific row and col for all the files i have (i.e., SM1,SM2,SM3,SM3). For example...
6年弱 前 | 0
| 採用済み
回答済み
How do I actively control a webcam in app designer using a toggle switch?
The algorithm logic given by Geoff Hayes is right. Code below is the code you may consider to put into the callback function o...
How do I actively control a webcam in app designer using a toggle switch?
The algorithm logic given by Geoff Hayes is right. Code below is the code you may consider to put into the callback function o...
6年弱 前 | 0
| 採用済み
回答済み
What happen with confusion matrix ?
Your Question: The result in the green color or true class is not 100%, if the range 1-10 it should be 10,0% but I get 9,1%. ...
What happen with confusion matrix ?
Your Question: The result in the green color or true class is not 100%, if the range 1-10 it should be 10,0% but I get 9,1%. ...
6年弱 前 | 0
回答済み
what to do if i am getting license manage error
Solution recommended by Chuong Le in the link below: https://www.mathworks.com/matlabcentral/answers/151843-license-manager-err...
what to do if i am getting license manage error
Solution recommended by Chuong Le in the link below: https://www.mathworks.com/matlabcentral/answers/151843-license-manager-err...
約6年 前 | 0
回答済み
How to switch between plotting on two different axis in one gui function
Hi, Put the name of your axes in the first argument of your function plot. Example : plot(handles.axes1,[0 1],[0 1]) plot(han...
How to switch between plotting on two different axis in one gui function
Hi, Put the name of your axes in the first argument of your function plot. Example : plot(handles.axes1,[0 1],[0 1]) plot(han...
約6年 前 | 1
| 採用済み
回答済み
switch statements and trig function
I think the most simple approach is to add another loop which is val = str2double(input('enter number','s')); chr = input('en...
switch statements and trig function
I think the most simple approach is to add another loop which is val = str2double(input('enter number','s')); chr = input('en...
約6年 前 | 0
回答済み
Save / Load a uitree object from app designer
Hi Yi Wan, "Warning: Functionality not supported with figures created with the uifigure function. For more information, see Gra...
Save / Load a uitree object from app designer
Hi Yi Wan, "Warning: Functionality not supported with figures created with the uifigure function. For more information, see Gra...
約6年 前 | 1
回答済み
Is it possible to split a table into multiple tables based in ID (a number code) in colum A?
Example ID = ['A';'A';'A','B';'B']; Var1 =[1;2;3;4;5]; Var2 =[2;3;4;5;6]; tableCombine = table(ID,Var1,Var2) How to segre...
Is it possible to split a table into multiple tables based in ID (a number code) in colum A?
Example ID = ['A';'A';'A','B';'B']; Var1 =[1;2;3;4;5]; Var2 =[2;3;4;5;6]; tableCombine = table(ID,Var1,Var2) How to segre...
約6年 前 | 0