Kyle Millar
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
113,075
of 295,467
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
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
answerQuestion
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
answerQuestion
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