Does somebody know what is wrong with my parantheses in this code?
Show older comments


I have difficulties calling the function i named newton. Since the variable dlam(i) is in a loop it should be dependant on i as well but matlab is displaying a parantheses error.
Thanks in advance
2 Comments
Scott MacKenzie
on 12 Jul 2021
Edited: Scott MacKenzie
on 12 Jul 2021
One thing at a time. Concerning your first bug, looks like you need to hone your skills on defining anonymous functions. I suggest you start by studying Anonymous Functions in the MATLAB documentatioin.
Vincent Jahn
on 12 Jul 2021
Accepted Answer
More Answers (0)
Categories
Find more on Loops and Conditional Statements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!