Ryan Bowman
Followers: 0 Following: 0
Estadística
15 Preguntas
0 Respuestas
CLASIFICACIÓN
28.686
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
15 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
Runge Kutta 4th Order Method
I have developed a 4th order runge kutta method that helps me find angular velocity of a rigid body. It should be displayed as a...
más de 4 años hace | 4 respuestas | 0
4
respuestasPregunta
How to find theta and theta dot in a simple pendulum simulation in MATLAB.
I am simulating a simple pendulum and trying to find the theta value and angular velocity value at a certain time. Here is my co...
casi 5 años hace | 1 respuesta | 1
1
respuestaPregunta
Using a while loop/iterative process to derive a function
I am trying to use Kepler's equation to derive a f where f is a function of E. Here is the problem statement. My code does n...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
For Loop is only running once
My for loop is only running one time and M_Star2 and M_Star should be a 1x41 matrix but it only comes out as one number. Here is...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Integrating 2nd order differential equation with ode45
I'm trying to complete this assignment but I am having trouble with my code and I'm not sure why. Here is my assignment He...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Calculating time component on a function
I have a function and I run it through a for loop a certain amount of times and every time I go through an iteration I want to c...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Calculating values from a sequence with a for loop
I'm trying to to calculate the first 100000 values of the sequence a_n = (2.2*n-1)^2 (with n=1,2,3,4,...etc) with a for loop. I ...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to multiply part of a matrix with another matrix
I have these two matrices M1 and M2. I'm trying to multiply M1 with the first two columns of M2 element by element (while not us...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to solve system of 2nd order differential equations using ode45
I have three 2nd order differential equations with my initial conditions and I'm trying to use the ode45 function in matlab to s...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
How to use secant method to solve two equations
I would like to solve these two equations (with the help of using anonymous functions) using the secant method. 460cos(theta...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
How to format a text box annotation?
I have an annonation on my image in matlab but I'm trying to have it with green text, a black outline and a purple background. I...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to draw lines in between points that the user provides?
I have a picture uploaded to matlab where I have the user pick four points, then I shall have red lines that are made in between...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Using Simpson's rule to integrate function
I have a function in which I'm trying to solve by integrating. I must use Simpson's rule with for loops to solve. This is what I...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Error on user input/while statement
I'm trying to ask the user for an input which will be somewhere between 0 and 10. If the user doesn't enter a number between 0 a...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How do l let the user re-enter input if the original input is unacceptable?
Everything works so far but I want to make my code so that the user can reenter the grade if he/she enters a grade too high or t...
alrededor de 6 años hace | 2 respuestas | 0