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...
Rey asked 18/12, 2018 at 1:24
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...
Rustproof asked 6/7, 2017 at 23:47
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...
Ramiah asked 13/8, 2016 at 13:32
1
© 2022 - 2024 — McMap. All rights reserved.