Community Profile

photo

Hope Q


Last seen: 3 months ago Active since 2019

Statistics

  • Knowledgeable Level 2
  • First Review
  • First Answer

View badges

Content Feed

View by

Answered
App Designer UIAxes Mouse Click Registration
App Designer supports Window button up, down and motion functions. See the "Window Functions" section here: https://www.mathwor...

4 years ago | 0

Answered
How to hide and show a panel with the window size changing in APP DESIGNER
I think you'll need to change the Position property of all the basic controls so that the "upper" panel shifts down, the entire ...

4 years ago | 1

| accepted

Answered
Appdesigner: Workaround Functionality PickableParts?
It's not clear why you need pickable parts. Does the user need to draw an region on the image or is the area pre-defined? If t...

4 years ago | 0

| accepted

Answered
how to set exposuretime in appdesigner with EditField?
I suggest adding some diagnostic statements to assure that you have the desired source object and that is supports the ExposureT...

4 years ago | 0

| accepted

Answered
Using handles obtained from another GUI
I offer some guidance, but the scope of what you are asking is too large and too vague for an answer. From your description, yo...

4 years ago | 0

Answered
Interplay between .Visible='off' and axis(app.UIAxes, 'off') in App Designer
I believe that you are not seeing the changes because they are all in the startup function. I adjusted the startup function with...

4 years ago | 0

Answered
Selecting ROI in a video file
Please note that imrect is no longer recommended. https://www.mathworks.com/help/images/ref/imrect.html?s_tid=srchtitle If the...

4 years ago | 0

| accepted

Answered
3D plot in appdesigner
What version are you using? I'm using R2019b Update 1 on 64-bit Windows. I pasted your code into a new blank App with one UIax...

4 years ago | 0

Answered
3D plot in appdesigner
Use the view command to set the perspective on the axes. For example: view(app.UIAxes,[-5 2 5]) https://www.mathworks.com/h...

4 years ago | 0

| accepted

Answered
Is there a way to print code from app designer?
The development team followed through. In MATLAB R2019b, within the App Designer Code View, select Save and select "Export to ....

4 years ago | 2