Estadística
4 Preguntas
                        2 Respuestas
CLASIFICACIÓN
3.711
                          
                          
of 300.392
                        
REPUTACIÓN
14
                           
                        
CONTRIBUCIONES
                          4 Preguntas
                          2 Respuestas
ACEPTACIÓN DE RESPUESTAS 
                            75.0%
                        
VOTOS RECIBIDOS
7
CLASIFICACIÓN
 of 20.933
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS 
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.335
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
integration of a piecewise function
Can anyone help me understand why integral(@(mu) (1.0+0.0*mu).*(mu>0)+(1-exp(1.0./mu)).*(mu<0),0,1) gives a "NaN", wh...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
When you are at a break-point, is there an equivalent of "up" and "down" in gdb so you can navigate through call stack and access variable values out of current scope.
When you are at a breakpoint, is there a MATLAB equivalence of "up" and "down" in gdb so you can navigate through call stack and...
más de 8 años hace | 1 respuesta | 0
1
respuestaHow to make MATLAB code execute faster
This page might be useful. <https://www.mathworks.com/help/matlab/matlab_prog/techniques-for-improving-performance.html>
más de 8 años hace | 3
Nested Numerical Integral in Matlab
Seems to me that this is what you are looking for. I assumed a random expression for f function since you did not specify it. ...
más de 8 años hace | 4
Pregunta
Derived Function Handle does not support integration operation, frustrating!
Try this piece of code, which works fine. a=1;b=2; % A two-variate function f2= @(x,y) x+y; derivedF2=@(x) integral(@...
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
the function 'solve' doesn't give all the solutions.
% this does not give all the solutions syms u; solve(1-0.99-(u+1)*exp(-u)); double(ans) see the short 3-line code th...
alrededor de 12 años hace | 1 respuesta | 0
 
        
