Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
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:

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 15 Okt. 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.

Weitere Antworten (0)

Kategorien

Mehr zu Loops and Conditional Statements finden Sie in Help Center und File Exchange

Produkte


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by