photo

Raquel Terrer van Gool


Last seen: 대략 4년 전 2020년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How can I gather all the values from a loop into an array?
Hi, I was wondering how can I gather all the values into an array because I need to plot the answer later. This is part of the ...

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

1

답변

질문


What does this error mean? Undefined operator '*'
Hello, I am trying to multiply a function to later on integrate and I keep getting this error: Undefined operator '*' for inp...

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

1

답변

질문


Why do my loops only run once
function I=simpson13(f,a,b,n) h=(b-a)/n; % length of the interval total=0; x=a; fa=f; x=b; fb=f; for i=1:2:n-1; ...

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

1

답변

질문


Why does my loop only run once
function I=trapezoidal(f,a,b,n) h=(b-a)/n; % length of the interval total=0; x=a; fa=f; x=b; fb=f; for i=n x=i...

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

1

답변