photo

Owen McKim


Last seen: 9개월 전 2021년부터 활동

Followers: 0   Following: 0

통계

Feeds

보기 기준

질문


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

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 4 | 0

4

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변