Kyle Millar
自 2018 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0