photo

Imanol Isasa


Last seen: alrededor de 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB Answers

1 Pregunta
3 Respuestas

CLASIFICACIÓN
10.543
of 300.364

REPUTACIÓN
4

CONTRIBUCIONES
1 Pregunta
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.407

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 1
  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


How can I crop a set of non-binary images automatically depending on the size and position of each image?
I have a dataset of more than 1000 images. When I load them into Matlab (R2021b), they all are the same size, but the actual ima...

más de 3 años hace | 2 respuestas | 0

2

respuestas

Respondida
How to change color in plot
Hi, You can specify any color by using RGB equivalent vectors (values from 0 to 1) such as: [0.5 0.5 0.5] https://es.mathworks...

más de 5 años hace | 0

Respondida
Creating a variable to from data in a matrix
Hi, you can select the first column starting from the third row doing this: selection = matrix(3:end,1);

más de 5 años hace | 0

| aceptada

Respondida
how can i ask user to input random numbers and automatically turn it into vector?
Hi, I am not an expert in this but you can try doing just this: for i=1:4 v(i)=input("Type a random number: "); end Yo...

más de 5 años hace | 0