Community Profile

photo

Owen McKim


Last seen: 9 meses hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

Feeds

Ver por

Pregunta


Graphing a For Loop Array
for i = 0:5:100 y(i) = i x(i) = i^2; end figure(1) plot(y,x) I just want to create a simple plot graph of an expon...

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

1

respuesta

Pregunta


Integration of a function
Using the MATLAB intergral function you can integrate a function between a min and max value. integral(fun,min,max) But I was ...

más de 2 años hace | 4 respuestas | 0

4

respuestas

Pregunta


Numerical solution for a complex formula
I am trying to rearrange a complex formula to give a numerical output. A = ((1)/(M))*((1+((y-1)/(2))*(M^(2)))/((y+1)/(2)))^((y+...

más de 2 años hace | 1 respuesta | 0

1

respuesta