Risposto
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...

circa 6 anni fa | 0

Risposto
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...

circa 6 anni fa | 0

Risposto
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...

circa 6 anni fa | 1

| accettato

Risposto
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...

circa 6 anni fa | 0

Risposto
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...

circa 6 anni fa | 2

Risposto
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...

oltre 6 anni fa | 1

Risposto
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...

oltre 6 anni fa | 2

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

oltre 6 anni fa | 0

Risposto
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...

oltre 6 anni fa | 4

| accettato

Risposto
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...

oltre 6 anni fa | 1

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

oltre 6 anni fa | 0

Risposto
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

oltre 6 anni fa | 1

Risposto
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...

oltre 6 anni fa | 5

Risposto
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?

circa 7 anni fa | 0

Risposto
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...

oltre 7 anni fa | 1

Risposto
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...

oltre 7 anni fa | 0

Risposto
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...

quasi 8 anni fa | 0

Risposto
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...

quasi 8 anni fa | 0

| accettato

Risposto
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...

quasi 8 anni fa | 3

| accettato