Community Profile

photo

pluton schmidt


Last seen: 8개월 전 2023년부터 활동

통계

  • Thankful Level 1
  • First Review

배지 보기

Content Feed

보기 기준

답변 있음
Accelerate a loop involving the built-in integral command
Thank you! Interesting! I tried mem_my_fun = memoize(@my_fun); Output = Zeros(2*N,1); for p = 1 : N Output(2*p-1,1) = in...

11개월 전 | 0

질문


Accelerate a loop involving the built-in integral command
A Matlab script has the following instructions: for p = 1 : N Output(2*p-1,1) = integral(@(t) cos((2*p-1)*t).*my_fun(t,par...

11개월 전 | 답변 수: 3 | 0

3

답변

질문


fsolve: difference between dogleg trust-region and Powell's dogleg methods?
Matlab's help on the command `fsolve` for systems of nonlinear equations is not very clear. It seems to be by default a trust-re...

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

0

답변

질문


Optimize the construction of a function for quadrature purposes
Hello, I want to compute the integral of a function which is the linear combination of some known function family (here, Fourie...

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

1

답변