Estadística
8 Preguntas
3 Respuestas
CLASIFICACIÓN
11.504
of 297.527
REPUTACIÓN
4
CONTRIBUCIONES
8 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
37.5%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
of 20.454
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 159.075
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
Inconsistency using integral versus quad?
Here is f(x); it is actually a two-parameter code: function [val] = Dist_Gaussian(vec_half, params) sig = params(1); ...
más de 10 años hace | 0
Pregunta
Inconsistency using integral versus quad?
I am encountering a strange problem using the built-in "integral" function in MatLab R2013b, where it is not giving me the prope...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
lsqcurvefit passing parameters to function?
I have a question on using lsqcurvefit. I have built up a MatLab object that has (among other supporting functions) two key func...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Using lsqnonlin for multi-dimensional inputs and parameter spaces
I am having trouble understanding how to interface with the lsqnonlin Nonlinear Least Squares solver. I know it takes as inpu...
más de 11 años hace | 1 respuesta | 0
1
respuestaMex with Function Pointers?
I got this code to work properly using a mix of C++ objects and MatLab objects, by tracking the function pointer's 64-bit intege...
más de 11 años hace | 0
Pregunta
SEMILOGY not printing proper y axis labels
I am creating 4 total plots, 2 per figure, using the same data; the first plot is a regular plot (using subplot and plot command...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
OOP in MatLab -- assigning values to properties?
I am trying to understand how MatLab does OOP in R2013b, so I got started with a simple test class, but it doesn't seem to behav...
más de 11 años hace | 1 respuesta | 2
1
respuestaPregunta
Mex with Function Pointers?
I want to build most of my code in MatLab, but there is one routine that needs to be sped up in C++ (and made to use the GPU; hi...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
2-D integral of function with >2 params (but only 2 variables)
Is there a slick method for me to do a 2-D integral (ie, using quad2d) for a function with more than 2 varaibles, but specifying...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Setting Default Legend Location?
How do I set the default legend location in MatLab R2013a?
más de 11 años hace | 1 respuesta | 0
1
respuestaForcing slider values to round to a valid number
If you want to update the slider to have this new value as well, be sure that after you do the rounding, you also use: set(...
casi 12 años hace | 1