Statistics
8 Preguntas
0 Respuestas
CLASIFICACIÓN
8.345
of 276.163
REPUTACIÓN
3
CONTRIBUCIONES
8 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
12.5%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
of 18.589
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 125.894
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
Content Feed
Pregunta
How do I fit this equation?
I have to fit exponentially decaying data using a non-negative least squares function. Usually, the equation M(t) = sum(M0i.*ex...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Divide segment into logarithmically spaced intervals
I have a set of data points between the interval 0 - 1. I want to divide this interval into logarithmically spaced sub interv...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Calculating model error
I am trying to calculate model error by calculating the model covariance matrix. My data consists of a time series measuremen...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Apostrophes in Cell
How do I save a string to a cell that is in apostrophes? ie. 'filename', not filename
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
If statement comparing strings
I want to do this: if 'Word1' == 'Word2' 'do something' end 'Word1' and 'Word2' aren't necessarily going to be the same ...
casi 12 años hace | 1 respuesta | 1
1
respuestaPregunta
Calculating error from parameter distribution
I have a distribution. It is a multi-peaked distribution of signal magnitude over a range of frequencies. This distribution is...
alrededor de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
Why is MATLAB rounding this?
I have a part of my code: eps = 10^(log10(eps) + 0.125); The program will round it off. For instance, if the original value...
alrededor de 12 años hace | 3 respuestas | 0
3
respuestasPregunta
Outputting to string
I want to do this, essentially: for i = 1:3 ['variable_' int2str(i)] = function(i); end How do I tell MATLAB to crea...
alrededor de 12 años hace | 2 respuestas | 2