matlab-app-designer Questions

1

Solved

I did an app designer GUI with two buttons and axes. The first one (LoadimageButton) is loading the pappers image and I can mark points until I press escape. The second button is printing out the p...
Withdrawn asked 5/1, 2022 at 8:45

2

Solved

Based on this question Calculate Y coordinates of an image from graph point of origin I tried to do the same in app designer GUI but it does not work. I attached an image that shows that the image ...
Sapowith asked 24/12, 2021 at 11:59

2

Solved

MATLAB provides the addlistener function. Listeners allow us to keep track of changes of an object's properties and act upon them. For example, we can create a very simple listener that will displ...

4

I am currently trying to display data that I receive via serial port in a Matlab app designer application. I am suffering from abysmal refresh rate of the linear gauges (~1 Hz). The gauges' values...

1

Solved

I have a MATLAB App App.mlapp in a certain folder ~/myapp/. The functions it uses and some graphics used in the GUI are in ~/myapp/subfolder. In order to run App.mlapp correctly I have to each time...
Runty asked 5/7, 2018 at 10:54

1

Solved

I have different callbacks in an Matlab App Designer App. In my case several buttons. I need to use the same variables for that. I only get an error when using a variable I created in one Ca...
Pertinacity asked 20/6, 2017 at 6:40

1

Solved

A recently published article in UndocumentedMatlab, mentions that App Designer figures are actually web pages using the Dojo Toolkit. This means we could theoretically manipulate the HTML DOM direc...
1

© 2022 - 2024 — McMap. All rights reserved.