photo

MC


Last seen: más de 5 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadística

MATLAB Answers

6 Preguntas
0 Respuestas

CLASIFICACIÓN
147.161
of 300.392

REPUTACIÓN
0

CONTRIBUCIONES
6 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.373

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

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Finding max amplitude from cosine
I want to Experiment with diferent values for the forcing frequency w in F(t) = cos(wt). My goal is to fing the maximum rang...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Improved Eulers Method Loop
I would like to use the improved eulers method to graph and solve the IVP y'=cot(y),y(0) = pi/6 using a step size of 1,0.5 and ...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Labels dont show up
Hello, Why does only the label for the last curve shows up? How do I get the labels to all show up on the same plot? I am gr...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Graphing as a function of Y
I want to use the function plot to plot the right-side of the equation f(y) = −2 + 5*y^2 − y*5 on the interval −2 ≤ y ≤ 2 (with ...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Euler's approximation for ODE
I want want to use MATLAB to implement Euler’s method with each step size h= 0.2,0.1,0.05 for 0≤t≤1 and plot the results in a si...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I graph exponential functions?
f = @(t,y) 2*y+4-t; t = 0:0.05:0.5; y = -2:0.05:-1.5; dirfield(f,t,y) hold on t = linspace(0,5,100); y1 = (2*exp(-2*t)-7*...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta