photo

Purush otham


Con actividad desde 2018

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

10 Preguntas
0 Respuestas

Cody

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

  • Solver
  • Thankful Level 3

Ver insignias

Feeds

Ver por

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

respuestas

Pregunta


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

respuesta

Pregunta


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

respuestas

Pregunta


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

respuestas

Pregunta


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

respuesta

Pregunta


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

respuesta

Pregunta


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

respuestas

Pregunta


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

respuesta

Pregunta


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

respuesta