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

más de 6 años hace | 4

| aceptada

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

más de 6 años hace | 2

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

casi 7 años hace | 0

| aceptada

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

casi 7 años hace | 0

| aceptada

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

casi 7 años hace | 0

| aceptada

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

alrededor de 7 años hace | 2

| aceptada

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

alrededor de 7 años hace | 0

| aceptada

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

más de 7 años hace | 1

| aceptada

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

más de 7 años hace | 0

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

más de 7 años hace | 3

| aceptada

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

más de 7 años hace | 0

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

más de 7 años hace | 0

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

más de 7 años hace | 0

| aceptada

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

más de 7 años hace | 2

| aceptada

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

más de 7 años hace | 1

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

más de 7 años hace | 1

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

más de 7 años hace | 5

| aceptada

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

más de 7 años hace | 0

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

más de 7 años hace | 0

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

casi 8 años hace | 3

| aceptada

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

casi 8 años hace | 2

| aceptada

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

casi 8 años hace | 3

| aceptada

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

casi 8 años hace | 1

| aceptada

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

casi 8 años hace | 1

| aceptada

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

casi 8 años hace | 0

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

casi 8 años hace | 1

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

casi 8 años hace | 1

| aceptada

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

casi 8 años hace | 1

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

casi 8 años hace | 3

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

casi 8 años hace | 0

Cargar más