Beginning matlab user error, functions
2 views (last 30 days)
Show older comments
I am taking a beginning course in MATLAB programming. My textbook was written by a professor using MATLAB 2009b. Perhaps that is irrelevant, but I want to know why I am getting errors trying to inititate functions. The following function code is written as a solution in my textbook.
This might be a novice question, please forgive me.


0 Comments
Accepted Answer
madhan ravi
on 19 Oct 2020
Take that fminsearch() outside of the function
doc function % see how to use functions
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!