photo

pluton schmidt


Last seen: 4 Monate vor Aktiv seit 2023

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 1
  • First Review

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als ein Jahr vor | 0

Frage


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

mehr als ein Jahr vor | 3 Antworten | 0

3

Antworten

Frage


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

mehr als ein Jahr vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort