Answered
App Designer keeps telling me to "specify a uiaxes handle as first argument" when the first argument is a uiaxes handle
Tyler, it sounds like the code is executing properly, but the message you're referring to is not a run-time error, but instead a...

meer dan 6 jaar ago | 4

| accepted

Answered
How to make a Text Area auto-scroll to bottom (created in app designer)
If it's possible to use a listbox instead of a text area, you would be able to use the scroll function to programmatically scrol...

meer dan 6 jaar ago | 2

Answered
App Designer, "Conversion to double from struct is not possible." when using importdata()
I think the problem is you may have initialized app.M to [] somewhere. By doing so, and then indexing into it using app.M(t), MA...

bijna 7 jaar ago | 0

| accepted

Answered
Plotting multiple patch objects in App Designer
Krithi, there are a few things going on here... # NextPlot is not contributing to the problem here. What you're running into ...

bijna 7 jaar ago | 0

| accepted

Answered
how to add a substructure to a structure from app designer
Ideally, you would pass PVGEN into the app for it to work on, and then the app would return it via a method when it's needed. Ot...

bijna 7 jaar ago | 0

| accepted

Answered
How to load variables from a workspace in App Designer?
It sounds like you are trying to share data between 2 different button callbacks - one that does the load, and the other that do...

ongeveer 7 jaar ago | 2

| accepted

Answered
Is there a way to print code from app designer?
Copying and pasting into the Editor is the only way of doing this at the moment, but I've passed along the enhancement request t...

ongeveer 7 jaar ago | 0

| accepted

Answered
How can I add a live image to UIAxes in App Designer for MATLAB R2016b?
The Image Acquisition Toolbox PREVIEW function does not support UIAXES in R2016b yet, but the toolbox team is aware of the custo...

meer dan 7 jaar ago | 1

| accepted

Answered
How can I stop image stretching using imshow in the new App designer?
There are a few ways to do this, depending on the complexity of your app... 1) The simplest would be to turn off the auto res...

meer dan 7 jaar ago | 0

Answered
Can I access code in App Designer from the Command Window?
You can specify a left hand side argument at the command line when you run your app and access it using the handle returned. For...

meer dan 7 jaar ago | 3

| accepted

Answered
App Designer to control a Simulink Model and read back model data
Assuming you have your app running when you want the model to update the Gauge, you could achieve this a couple of ways. In both...

meer dan 7 jaar ago | 0

Answered
Matrix in app designer
With R2016b, you could try using the UITABLE component in App Designer to display your matrix. The reference page for UITABLE is...

meer dan 7 jaar ago | 0

Answered
Code highlighting is erratic in app deisgner
I believe this a rare issue that affects some apps when first loaded from 16a to 16b. While the syntax highlighting is off, the ...

meer dan 7 jaar ago | 0

| accepted

Answered
APP DESIGNER 2016a: example code available?
Any of the examples in the doc would be a good starting point: https://www.mathworks.com/help/matlab/creating_guis/create-and-ru...

meer dan 7 jaar ago | 2

| accepted

Answered
App Designer's editor is slow and gets stuck alot
For those who may not be watching the <http://www.mathworks.com/support/bugreports/1376893 external bug report> for this, R2016b...

meer dan 7 jaar ago | 1

Answered
App Designer's editor is slow and gets stuck alot
FYI, an external bug report has been posted on the MathWorks web site with some more information on this: http://www.mathwork...

meer dan 7 jaar ago | 1

Answered
How to implement a timer in AppDesigner
There are a few ways of doing this, but here's one way... 1) Create a custom property called myTimer, which would look like t...

meer dan 7 jaar ago | 5

| accepted

Answered
How to link to an existing library of functions in App Designer?
You can invoke these functions without re-writing them if you're just looking to execute them from within your App Designer app....

meer dan 7 jaar ago | 0

Answered
Error while using App Designer's ui axis
This is a bug dealing with the handling of wide lines and high DPI monitor settings. One possible fix is to check your monitor's...

meer dan 7 jaar ago | 0

Answered
Call an MLAPP with input argument(s)
A workaround for now is to create a public function in your app (use the "+ Function" in Code View and choose the "public" optio...

bijna 8 jaar ago | 3

| accepted

Answered
How to get UIFigure handle?
Right now, FINDOBJ can only be used to search for something within the App Designer app, so it requires the UIFIGURE handle to b...

bijna 8 jaar ago | 2

| accepted

Answered
Insert image in AppDesigner GUI
Starting in R2019a you can use the uiimage function. For releases R2016b to R2018b, you can plot image data into a UIAXES. I...

bijna 8 jaar ago | 3

| accepted

Answered
It is possible to use Matlab Compiler with App designer ?
Correct. With R2016a, you can create a standalone application of your App Designer .MLAPP file using the MATLAB Compiler. Yo...

bijna 8 jaar ago | 1

| accepted

Answered
Why no image display in App Designer?
Yes, this is planned to be added as part of App Designer's UIAXES support.

bijna 8 jaar ago | 1

| accepted

Answered
In Matlab, is there a way in increase the size of a grid in a figure?
The grid spacing is driven by the tick spacing in your axes, so it requires your setting the XTick and YTick properties. For exa...

bijna 8 jaar ago | 0

Answered
App Designer's editor is slow and gets stuck alot
Tor, can you go to Code View and try turning off the "Enable app coding alerts" checkbox? See if that helps address the performa...

ongeveer 8 jaar ago | 1

Answered
uitable in app designer
UITABLE is not supported in App Designer yet unfortunately.

ongeveer 8 jaar ago | 1

| accepted

Answered
Store MATLAB app designer variables to work-space
Jack, I can imagine a few scenarios why I might need to do this, but I'm curious to hear yours. Can you share why you're looking...

ongeveer 8 jaar ago | 1

Answered
How to zoom in/out on the figures in app designer
Unfortunately, App Designer does not offer support for adding a toolbar at this time.

ongeveer 8 jaar ago | 3

Answered
MATLAB R2016a app designer font names drop down menu in empty
Are you still seeing this? Please report it to Tech Support if you haven't already. It definitely looks to be a bug.

ongeveer 8 jaar ago | 0

Load more