Community Profile

photo

Owen McKim


Last seen: 8 mesi fa Attivo dal 2021

Statistiche

Content Feed

Visto da

Domanda


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...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

oltre 2 anni fa | 4 risposte | 0

4

risposte

Domanda


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+...

oltre 2 anni fa | 1 risposta | 0

1

risposta