
Mahdi Hayati
English
Statistics
RANK
10,789
of 273,029
REPUTATION
4
CONTRIBUTIONS
7 Questions
3 Answers
ANSWER ACCEPTANCE
42.86%
VOTES RECEIVED
0
RANK
of 18,442
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 122,444
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
Content Feed
Create and save figure without drawing
To save figure as picture in your system, without actually showing the figure, first make your figure invisible: f = figure('vi...
4 months ago | 0
| accepted
Question
how to deploy an app which contains 'syms' and 'solve' functions
Hi. I've made an app using appdesigner, which contains lots of syms and solve functions. Everything works well in appdesigner, ...
5 months ago | 0 answers | 0
0
answersVertical scroll does not work, can't properly resize APP (Matlab app designer)
give a little space from right and down of your app. your main figure should be bigger in size than your panels, so the scroll o...
5 months ago | 0
Question
MATLAB Runtime Installer Location
I have a .mlapp file made by appdesigner, now I want to compile it into an .exe file that can be used in other computers which d...
5 months ago | 1 answer | 0
1
answerQuestion
how to add one report to another report with MATLAB report generator
I have made a document with mlreportgen like this: import mlreportgen.report.* import mlreportgen.dom.* Rprt = Document(FileN...
5 months ago | 1 answer | 0
1
answerQuestion
Using a variable which is defined in a loop inside a nested function
hi. I have this code: for i = 1:5 if A(i) == 1 ......... end end and I get this error: " Outer loop in...
8 months ago | 1 answer | 0
1
answerQuestion
delete an element from string
hi I have this string: str = ["a" "b" "c"] which gives: "a" "b" "c" how can I have this new string with the previouse one: ...
8 months ago | 2 answers | 0
2
answersQuestion
Reset Button in appdesigner
hi I have an app which has lots of numeric EditFields that get data from the user. how can I write a callback Fcn for a button...
10 months ago | 1 answer | 0
1
answerwhy report generator does not work when I deploy an app made by appdesigner?
I found the solution. befor writing those " import mlreportgen....." add this code: makeDOMCompilable(); it works.
11 months ago | 0
| accepted
Question
why report generator does not work when I deploy an app made by appdesigner?
Hello. I've made an app using appdesigner, which has a push button. In the button's callback, I've written a code which gives a...
11 months ago | 1 answer | 0