photo

Hope Q


Last seen: 28 days ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
10 Answers

RANK
2,228
of 297,457

REPUTATION
28

CONTRIBUTIONS
0 Questions
10 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
3

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158,938

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 2
  • First Review
  • First Answer

View badges

Feeds

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

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

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

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

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

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

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

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

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

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

5 years ago | 2