photo

Gabriela


Last seen: 3 meses hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

4 Preguntas
0 Respuestas

Cody

0 Problemas
2 Soluciones

CLASIFICACIÓN
196.904
of 297.457

REPUTACIÓN
0

CONTRIBUCIONES
4 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
75.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.438

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
76.396
of 158.938

CONTRIBUCIONES
0 Problemas
2 Soluciones

PUNTUACIÓN
30

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


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 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


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

11 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


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 meses hace | 3 respuestas | 0

3

respuestas

Pregunta


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 meses hace | 1 respuesta | 0

1

respuesta

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace