I am having troubles running my Newton Raphson function, it says it is an unrecognized function.

4 views (last 30 days)
I have created a Newton Raphson function but when I go to test the function to make sure the limitations will run correctly, it gives me an error message and says "unrecognized function or variable 'NewtonRaphson_v2'. I have them saved in the same file and do not know why it is not working. Any help would be appreciated!

Accepted Answer

Walter Roberson
Walter Roberson on 10 Mar 2022
Different directories. The NewtonRaphson_v2 function is directly under Downloads, but the mlx you are executing is in a subdirectory of Downloads .
Side note: the instructions at that point say you are supposed to be using NewtonRaphson_v1 for that first exercise, not NewtonRaphson_v2 .
  4 Comments
Patrick ' Dawson
Patrick ' Dawson on 10 Mar 2022
Yes it did help, thank you! I had to save them to an external drive and RE-download them to my computer but it works now. Also the v1 is a typo I have fixed. Thank you for the help!

Sign in to comment.

More Answers (0)

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!