Determining coefficient and fractional derivatives of equation using fminsearch
4 views (last 30 days)
Show older comments
Hi everyone,
I am new to Matlab and I am unsure on the inbuilt function fminsearch to solve the parameters within this equation.

I have the date for y and all x. I am trying to use fminsearch to look for values of C and the values of the fractional derivatives. The goal is to minimize MSE which is given by:

2 Comments
Sulaymon Eshkabilov
on 28 May 2021
Can you show what you have done so far? One small advice is that you can start with:
doc fminsearch
That shows a good documentation how to employ fminsearch() and write function files or function handles.
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
