photo

Ana Gonçalves


Last seen: 6 meses hace Con actividad desde 2022

Followers: 0   Following: 0

Mensaje

Programming Languages:
MATLAB

Estadística

MATLAB Answers

3 Preguntas
3 Respuestas

CLASIFICACIÓN
159.798
of 298.227

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
66.67%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.552

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 160.627

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


Convert single to double
I have 1x18007 single, and it has a certain range (which is not the real range), and I need to convert it to double, to get the ...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to replace a for loop with a nested if-else condition, to get more velocity
I have a huge vector, and time does matter to my application. I'd like to know how to gain velocity in a code simillar to the sh...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Selecting data inside a defined area (Automated Driving)
This is not a question (not anymore), I've just solve this issue and I'd like to share my solution with the comunity , in case s...

casi 3 años hace | 0 respuestas | 0

0

respuestas

Respondida
get(x,y) coordinates from rectangle function in matlab
To get the coordinates, just follow the index of the array: r = rectangle('Position',[20 -3 10 10]); r.Position(1) % x value ...

casi 3 años hace | 0

Respondida
How to zoom in/out on the figures in app designer
Make sure to check if the 'PickableParts' and 'HitTest' are set like in this picture. This solved my problem, hope that it sol...

casi 3 años hace | 0

Respondida
How to display multiple lines as output from code in edit text field in app designer
l1 = 'my text'; l2 = 'some text' result = sprintf([l1 '\n' l2])

casi 3 años hace | 0