Error: Attempt to execute SCRIPT Update_V_J​acobi_Meta​l_box as a function

2 views (last 30 days)
Hello,
So I'm attempting to run a program that gives me a solution to Laplace's equation using Jacobi's relaxation method which is a numerical method but I keep getting the same error message "Attempt to execute SCRIPT Update_V_Jacobi_Metal_box as a function" and I don't know why? Cause I defined it as a function in my code so it's not just a script. Here's my code:

Accepted Answer

Walter Roberson
Walter Roberson on 15 Oct 2019
You used Update_V_J​acobi_Meta​l_box as the name of your script. That prevents MATLAB from finding the function Update_V_J​acobi_Meta​l_box that is stored inside the script. Functions that are stored inside of scripts must not be named the same thing as the script is.

More Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!