![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11944257_1516204881097_DEF.jpg)
Inso
Followers: 0 Following: 0
Statistics
RANK
5.108
of 297.016
REPUTATION
10
CONTRIBUTIONS
8 Questions
8 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
3
RANK
of 20.419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157.725
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
Feeds
Web App Server Start Service error in Matlab 2020a
I went to the 'services.msc' and stopped the earlier version of web apps (2019a) and it works well now.
meer dan 4 jaar ago | 1
| accepted
Question
Web App Server Start Service error in Matlab 2020a
Hi, I've successfully setup the Web App Server following the instructions on web page, and complete the Service Registration. H...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
Issue on Reading .txt file from Automatic Test Equipment (ATE)
Hi, I'm trying to read some ATE .txt file to do some Analysis using appdesigner. The data looks like this (attached): ...
bijna 5 jaar ago | 0 answers | 0
0
answersAdding sections by Report Generator doesn't work well after compiling
I just wrote a simple example to illustrate the problem: f=waitbar(0,'waiting') ; makeDOMCo...
ongeveer 5 jaar ago | 0
Adding sections by Report Generator doesn't work well after compiling
Also tried the example 'Number Section Headings, Table Titles, and Figure Captions Programmatically' in matlab documentation, wh...
ongeveer 5 jaar ago | 0
Question
Adding sections by Report Generator doesn't work well after compiling
Hi, I'm using Report Generator in app designer to add sections to my .doc report. The code is something like : makeDOMCompila...
ongeveer 5 jaar ago | 3 answers | 0
3
answersQuestion
How to set the variable formats in a Report Generator table?
Hi, I'm using the Report Generator and I need to output some tables, which contain the computation results. However, the t...
ongeveer 5 jaar ago | 1 answer | 0
1
answerHow to 'append' contents to an existing file using Report or DOM API?
Use 'if...end' to create the report only once while adding stuff multiple times. And create another button to close and rptvie...
ongeveer 5 jaar ago | 0
| accepted
Question
How to 'append' contents to an existing file using Report or DOM API?
Hi, I'm trying to use the Report API to output figures and tables in my app, and it works fine until I realized that -- I have...
ongeveer 5 jaar ago | 1 answer | 0
1
answerChanging Value with Slider in App Designer
This is because 'n' is not a global variable in RPMSliderValueChanging function. You can either claim n to be global in the cal...
ongeveer 5 jaar ago | 0
Mean of specific rows from one column
This might work: mean(A([1, 3, 5, 6:7]))
ongeveer 5 jaar ago | 0
| accepted
Unable to save/load objects (uitree uitable) created by App designer ? (R2019a)
Problem solved. Write down to share. Basically, my original codes have two malfunctions. One is the usage of 'load': ProgramTr...
meer dan 5 jaar ago | 2
Question
How to put a histfit figure to UIAxes? (R2019a)
Hi. I meet difficulties in generating a histfit figure in uiaxes created in the Appdesigner, since the histfit function doesn't ...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
Unable to save/load objects (uitree uitable) created by App designer ? (R2019a)
Hi, I'm using App Designer to build an app with a uitree and a uitable. The tree/table is editable in the app during runtime. I ...
meer dan 5 jaar ago | 1 answer | 0
1
answerHow to select child nodes from parent nodes in Uitree
You can simply disable the two panels as default. Then enable them based on the jugdement of SelectedNode.Text. I don't understa...
meer dan 5 jaar ago | 0
Question
Curve fitting result from random sampling test doesn't make sense
*Background:* I'm designing a sampling test to observe the relationship between sample lifetime and the stress(temperature). The...
ongeveer 7 jaar ago | 0 answers | 0