Community Profile

photo

Kyle Millar


Active since 2018

Followers: 0   Following: 0

Statistics

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

6 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', ...

6 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])...

6 years ago | 2 answers | 0

2

answers