Konstantinos
Imperial College London
Followers: 0 Following: 0
Estadística
0 Problemas
2 Soluciones
CLASIFICACIÓN
38.076
of 301.186
REPUTACIÓN
1
CONTRIBUCIONES
7 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
57.14%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.188
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
93.482
of 173.292
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
Feeds
Pregunta
find indices in a large array and replace them with zeros
I have an index with 10 rows and 301 columns each. I also have a digital signal with 1 X 250,000 elements. The values of the ini...
más de 9 años hace | 1 respuesta | 0
1
respuestaWarning: Integer operands are required for colon operator when used as index
Finally the problem was solved by converting the double values into integers using the int64 function.
casi 10 años hace | 0
| aceptada
Pregunta
Warning: Integer operands are required for colon operator when used as index
I have a signal with multiple "pks4" points and I want to select only those elements which are between the first pks4 points - p...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Why I don't get any results from this code?
I run the following code: for ii = length(pks4) %repeat the following process as many times as the pks4 points are ...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I read the elements of an array backwards?
I have an array with x = 250000 elements. I want the code to read backwards a part of it: k = pks3(1):-1:1; %read data po...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
First point smaller than threshold
I have written the following code in order to find the first point of an array which is smaller than a threshold and calculate, ...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to detect points on an electrogram based on voltage window?
I need to detect specific points on an electrogram based on a voltage window. These points will be on the boundaries of the wind...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to remove the artefacts of an electrogram signal?
I am getting electrogram recordings using a micro-electrode arrays system on cell cultures. When I analyse my electrograms on Ma...
casi 10 años hace | 0 respuestas | 0
0
respuestasResuelto
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 11 años 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 11 años hace

