Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
35.035
of 295.486
REPUTACIÓN
1
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
71.43%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.950
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
Maxima of a function using fminbnd
I want to find the maximum of lambda for a function M(lambda,T), describing the radiation, for fixed values of T using the metho...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Level curves to two functions (Contour plot)
I want to solve a system of nonlinear equations: x^2 + y*sin(y) - 3 = 0 x*y + exp(x) + y -5 = 0 So I introduced the tw...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Level curves to two functions for solving nonlinear system of equations.
I want to solve a system of nonlinear equations: x^2 + y*sin(y) - 3 = 0 x*y + exp(x) + y -5 = 0 So I introduced the tw...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Plot a family of circles in 3D
I have the following code for plotting 100 circles in separate height planes where the radius increases from 1 to 100. if t...
alrededor de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Vectors of different length when using plot3.
Basically I want to do a 3D plot of 100 circles with different radii and on a new height plane(h) for each circle. The radius in...
alrededor de 11 años hace | 3 respuestas | 0
3
respuestasPregunta
Compute the infinite sum of pi/4 up to 5 correct decimals.
I want to approximate pi/4 by using the infinite sum pi/4=((-1)^(n))/(2*n+1) from 0 to infinity. Here is my MATLAB code: if...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Error in matrix dimension and using a plus sign?
I am trying to write a code for the Midpoint rule given by : M = \sum_{i=1}^{n}hf(\frac{x_{i-1}+x_{i}}{2}) My MATLAB co...
más de 11 años hace | 2 respuestas | 1