photo

KuriGohan


Last seen: más de 3 años hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

MATLAB Answers

5 Preguntas
2 Respuestas

CLASIFICACIÓN
108.425
of 300.381

REPUTACIÓN
0

CONTRIBUCIONES
5 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
80.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.941

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.477

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

  • First Answer
  • Thankful Level 2

Ver insignias

Feeds

Ver por

Pregunta


Un smoothing set of saved data
I have a set of data (1 x 5000) that i saved from some analysis. The saved data is smoothed. I would now require acess to the un...

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

1

respuesta

Respondida
Why this gives error?
You get a 1x4 array on the right that you want to save inside the first row of the first column of the array - you cant do that....

más de 3 años hace | 0

Respondida
Different variable multiplication for different columns in a MATRIX
There is probably an easier way to do this; but this is what i would do: a1 = a(:,1:5) .* 2; a2 = a(:,6:end).*3; b = vertcat(...

más de 3 años hace | 0

Pregunta


Smoothing just part of the data
I have a 5000x1 array. I'd like to smooth the data from 500:1500 with the function smooth. For now i have created another array ...

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

2

respuestas

Pregunta


Export arrays to excel
I have 14 arrays that i would like to export to a single excel file. All arrays are of the size 1x5000. I'd like the excel file ...

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

1

respuesta

Pregunta


Substracting all elements in two arrays with different sizes
I would like to substract each element in array 1 from each element in array 2. The arrays have different sizes. Basically i wou...

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

1

respuesta

Pregunta


Labeling objects in a sequence of images
I have a sequence of images (video frames). I need to identify the objects as they move (and also some leave the region of inter...

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

1

respuesta