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

2 次查看(过去 30 天)
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:

采纳的回答

Walter Roberson
Walter Roberson 2019-10-15
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by