pluton schmidt - MATLAB Central
photo

pluton schmidt


Last seen: 10 months ago Active since 2023

Followers: 0   Following: 0

Message

Statistics

MATLAB AnswersFrom 02/23 to 04/25Use left and right arrows to move selectionFrom 02/23Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

3 Questions
1 Answer

RANK
128,176
of 298,102

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,534

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 160,343

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Review

View badges

Feeds

View by

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

2 years ago | 0

Question


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

2 years ago | 3 answers | 0

3

answers

Question


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

2 years ago | 0 answers | 0

0

answers

Question


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

2 years ago | 1 answer | 0

1

answer