Estadística
10 Preguntas
0 Respuestas
0 Problemas
11 Soluciones
CLASIFICACIÓN
112.064
of 300.369
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.936
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
34.884
of 168.436
CONTRIBUCIONES
0 Problemas
11 Soluciones
PUNTUACIÓN
130
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to find curvature using points obtained by numerical integration?
Hi, I used ode45 to plot a curve and got the X,Z and phi value. Where X and Z are points on the curve which change depen...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Non linear boundary value problem with infinity.How to solve?
dx/dphi= ((b*cos(phi))/((c*((z/b)-L))-(b*(sin(phi)/x)))); dz/dphi= ((b*sin(phi))/((c*((z/b)-L))-(b*(sin(phi)/x))));...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to add more than one conditions for an ode45 problem?
Hi, This is my code in which 'b','phi' and 'VOLUME' are present: format long %input your entries here density=1;%kg/m3 ...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Which area does this trapz find?
Hello, So this is a code I used and the plot I obtained. phi1=deg2rad(phiini); phi2=deg2rad(phifin); f=@(ph...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
How to find angle made by tangent at the end of a curve?
Hi, I have attached the image of a curve obtained by using ode45 . Now my intention is to find the angle that the tangent at ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
how to define the curve by the area rather than area by the curve?
I used ode45 to obtain a curve using certain parameters and using trapz I find its area. Now my intention is to obtain another ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find area under graph?
How do I find only the area of the shaded portion using trapz, integral or any other method? <</matlabcentral/answers/uplo...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
What are some ways to use trapz,integral or quad in reverse?
I have used ode45 to solve two simultaneous differential equations and plotted their solutions, such that : Area=trapz(x) or Ar...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Is there any function/way to use the adam bashforth multistep method for differential equations in matlab?
Any specific code? Can it be used for second order too?
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I solve the differential equation numerically which is of the form : (z"/[1+(z')^2]^(3/2))+(0.1928529/x)=2+(50.99203)*z ? I need to get the x and z values.
Initial conditions are x=0 and z=0
más de 7 años hace | 1 respuesta | 0

