Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
225.240
of 300.352
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.928
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.212
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
Generate Code from Curve Fitting App
Hello! so I have multiple sets of data, each of 2 independent (coordinates in space) and 1 dependent (energy flux) variables for...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
I have a problem in performing a loop calculation
I have this code which reads data from several excel files and extracts them into an array and performs a calculation on them th...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Application of any numerical root finding method (secant, bisection, etc.)
so I have this function that is a function of unknown parameter k, I need to find it using any numerical method. However, nothin...
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
I have a set of data that I need to separate into unequal intervals in order to calculate the RMS value of these data (The data points are continuous over time)
I have a set of torque data and I need to calculate the rms (root-mean-square) torque. The problem is that I have almost 16000 d...
más de 2 años hace | 4 respuestas | 0
4
respuestasPregunta
Bisection function to determine the value of (k) not working.
Here is the bisection function function [k,e] = bisect(f,a,b,n) % function [k e] = mybisect(f,a,b,n) % Does n iterati...
más de 2 años hace | 1 respuesta | 0
