Estadística
CLASIFICACIÓN
28.089
of 295.673
REPUTACIÓN
1
CONTRIBUCIONES
8 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
75.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.262
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.207
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
Feeds
Pregunta
Performing stats on subsections of a matrix
I have a two row matrix and I want to be able to extract some metrics (i.e. mean, median std) from numbers in the 2nd row based ...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Calculate differences between all values in vector
I'm trying to produce some code that will calculate the differences between nearly all values in a vector. Specifically, say ...
más de 10 años hace | 3 respuestas | 1
3
respuestasPregunta
Find length of contiguous numbers in a vector that sum to a given value
I have a column vector, and I need to look within this vector and find a run of contiguous numbers which sum to a specific value...
casi 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Matlab (Mac) suddenly not working on startup
Strange one this, On startup matlab is unresponsive, despite everything appearing to have initialised fine and the status shown ...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Loop step size issue
Hoping there is a very simple solution to this but being new to matlab can't quite see where I'm going wrong: for i = 10:5:...
casi 12 años hace | 3 respuestas | 0
3
respuestasPregunta
Find contiguous values in vector that sum to specified value
Hi all, I have a column vector e.g. V=[1 0 2 2 1 1] I need to look within this vector and find a run of contiguous value...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Dynamic moving average with specific criteria
I have some code that takes a column vector and performs a moving average on these data. The results from the moving average a...
casi 12 años hace | 1 respuesta | 0
1
respuestaSpeeding up a loop
Thanks Jan, This seems to have done the trick - much faster and I've learned a lot, cheers
casi 12 años hace | 0
Pregunta
Speeding up a loop
I have made a simple loop that works fine when dealing with small datasets, but takes ages to run when L is 10^6 in size - whi...
casi 12 años hace | 2 respuestas | 0