photo

Kyle Millar


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
222,670
of 301,327

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,234

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,995

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to add a polygon to UIAxes in appdesigner?
I currently can create a rectangle in the UIAxes with this code: rect = rectangle(app.UIAxes, 'Position', [0 26 .13 98], 'F...

8 years ago | 1 answer | 0

1

answer

Question


How to move a rectangle when a button is pressed in app designer?
I created a rectangle in the UIAxes window by using tArea = rectangle(app.UIAxes, 'Position', [25 25 50 50], 'FaceColor', ...

8 years ago | 1 answer | 0

1

answer

Question


How to draw shapes in uiaxes on app designer?
I need to put a square in the middle of my 100x100 uiaxes on app designer. I tried using rectangle(‘Position’,[25,25,50,50])...

8 years ago | 2 answers | 0

2

answers