Respondida
Including functions in App Designer
Luk, Putting the function in the methods block of the app is one option, another is just calling the external function from the...

alrededor de 7 años hace | 0

Respondida
Modifying input arguments in the MatLab 2017 App designer
Hi Richard, This feature was introduced in MATLAB R2017b. The documentation always refers to the most current version of MAT...

alrededor de 7 años hace | 0

Respondida
App Designer 2017b runs but won't open mlapp file from 2017a
Hi Neil, Please see this bug report. <https://www.mathworks.com/support/bugreports/1658521?s_tid=srchtitle> Updating your M...

alrededor de 7 años hace | 1

| aceptada

Respondida
AppDesigner .mlapp save r2016a compatible version from r2017a
Hello, To work around this issue please see this bug report which gives you instructions on how to patch R2016a. <https://ww...

alrededor de 7 años hace | 0

Respondida
Undefined function or variable 'hObject' in app designer
Hi Chunhui, You don't need to use handles or guiData any longer if you are using App Designer. Instead you can store your data...

alrededor de 7 años hace | 2

Respondida
Is there any way to access all properties of a table in App Designer
Hi Uday, You can do this programmatically in the startup function of the app. Right click on the UIFigure of the app in the De...

más de 7 años hace | 1

Respondida
App Designer Tab Groups
If you want to show and hide the tabs as the user interacts with your app, one way to do this is to add a second TabGroup and se...

más de 7 años hace | 2

Respondida
Properties not getting saved in MATLAB App Designer
Please contact the help desk and if possible provide your app so we can investigate further.

más de 7 años hace | 0

Respondida
How to close properly an app (built with Matlab App Designer) ?
App Designer provides a closeRequest callback function which may be what you need. If you right click on the UIFigure in App De...

más de 7 años hace | 4

| aceptada

Respondida
App Designer unable to add private Function / Property
The options become greyed out/diabled if you have a syntax error in any of the code in your private/public properties or functio...

más de 7 años hace | 1

Respondida
How to change tab group order in AppDesigner
Hello, In R2017b interactively dragging and dropping to reorder tabs is now supported in App Designer.

más de 7 años hace | 0

Respondida
I cant open .mlapp file written in matlab 2017b it says error loading app1.mlapp, butt it worked fine before i reload computer
Elmar, Please contact our help desk for support so we can investigate your issue

más de 7 años hace | 1

Respondida
Call an MLAPP with input argument(s)
In R2017b, App Designer supports input arguments for apps. From the Run button in the toolstrip, select the drop down and selec...

más de 7 años hace | 5

Respondida
How to edit code generated with App Designer?
mafoEV which version of App Designer did you encounter the comment bug? Could you tell me a little more?

casi 8 años hace | 0

Respondida
APP DESIGNER 2016a: Sending variables into an App from a script/function
Akash, I can't say for sure this will work for your use case, but a simple example of a function that launches an app and the...

más de 8 años hace | 1

Respondida
Why no image display in App Designer?
If you'd like to use App Designer in R2016a, there is a work around for adding an image, <https://www.mathworks.com/matlabcent...

más de 8 años hace | 0

Respondida
Input and output arguments in App Designer
Neil, Here's more on a work around for input arguments. http://www.mathworks.com/matlabcentral/answers/284140-call-an-mlap...

más de 8 años hace | 0

Respondida
Input and output arguments in App Designer
Hi Neil, This isn't currently supported in App Designer for 16a. However it is on our radar and planned to be supported in a...

casi 9 años hace | 0

| aceptada

Respondida
Two Buttons with same Variable in App Designer
Hi Fabian, You can add an app property to pass data from one callback to another. To do this: # In Code View, press the "+Pro...

casi 9 años hace | 3

| aceptada