photo

Gabriela


Last seen: 3 months ago Active since 2023

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

4 Questions
0 Answers

Cody

0 Problems
2 Solutions

RANK
145,786
of 297,503

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
76,424
of 159,017

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
30

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Solver

View badges

Feeds

View by

Question


Problem with user-created image displaying on UI Axes in app developer
My goal is for the user to draw an image, and this image is animated on UI Axes. The idea is that the user draws a boat and this...

11 months ago | 1 answer | 0

1

answer

Question


Use drawing made by user in UI Axes to be animated onto graph
I am making a game in app developer. So far, I have made it so the user can draw their own boat (for the game) - this code is in...

12 months ago | 1 answer | 0

1

answer

Question


Drawing on UI Axes in MATLAB app designer
I am trying to figure out how a user can draw on Axes in app designer using their mouse. The app just has a button labelled "Dra...

12 months ago | 3 answers | 0

3

answers

Question


Displaying animation in UI Axes in app developer
I am struggling to display my animation of a boat in the UI Axes, I have tried many things but the animation is just displayed o...

12 months ago | 1 answer | 0

1

answer

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

1 year ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

1 year ago