已回答
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...

6 years 前 | 0

已回答
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...

6 years 前 | 0

已回答
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...

6 years 前 | 1

| 已接受

已回答
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...

6 years 前 | 0

已回答
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...

6 years 前 | 2

已回答
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...

6 years 前 | 1

已回答
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...

6 years 前 | 2

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

6 years 前 | 0

已回答
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...

6 years 前 | 4

| 已接受

已回答
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...

6 years 前 | 1

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

6 years 前 | 0

已回答
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

6 years 前 | 1

已回答
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...

6 years 前 | 5

已回答
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?

7 years 前 | 0

已回答
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...

7 years 前 | 1

已回答
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...

7 years 前 | 0

已回答
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...

8 years 前 | 0

已回答
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...

8 years 前 | 0

| 已接受

已回答
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...

8 years 前 | 3

| 已接受