Mahdi Hayati
Followers: 0 Following: 0
English
Statistik
RANG
11.242
of 295.448
REPUTATION
4
ANTWORTZUSTIMMUNG
44.44%
ERHALTENE STIMMEN
0
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Counting zeros which are lying between nonzero elements by considering consecutive zeros as a single element in a matrix
Hi. you can use diff() function to find number of times that elements of each row, turn from 1 to 0. for example for the first ...
etwa ein Jahr vor | 0
Frage
Using matlabFunction to run solve() in a deployed app
Hi. I'm trying to use matlabFunction to run solve() statements, so the app will be deployed fine. I have this example code: if ...
etwa ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Problem with selecting location in appdesigner
Hi I am developing an app with appdesigner. one part of it, I have a button that when user clicks on it, a window opens to sel...
mehr als ein Jahr vor | 2 Antworten | 0
2
AntwortenCreate 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...
etwa 2 Jahre vor | 0
| akzeptiert
Frage
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, ...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortVertical 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...
etwa 2 Jahre vor | 0
Frage
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...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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: ...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
Antwortwhy 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.
mehr als 2 Jahre vor | 0
| akzeptiert
Frage
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...
mehr als 2 Jahre vor | 1 Antwort | 0