How can i fix this "Attempt to execute SCRIPT settings as a function"?

5 views (last 30 days)
  3 Comments
Yangyadatta Tripathy
Yangyadatta Tripathy on 7 Jun 2022
Edited: Yangyadatta Tripathy on 7 Jun 2022
No need to remove PSAT.
  1. Change the settings function name of psat in the toolbox folder.
  2. Set path to C:\Program Files\MATLAB\R2017b\toolbox\matlab\configtools
  3. Check that the set path stay on top of any path related to psat toolbox
Now you can run psat from command window without having any error

Sign in to comment.

Answers (1)

Benjamin Kraus
Benjamin Kraus on 22 Mar 2018
Edited: Benjamin Kraus on 22 Mar 2018
It looks like you have installed a third-party toolbox called "psat" (Is this the "Power System Analysis Toolbox"?) that has a function called settings, but that is conflicting with a new MATLAB function called settings that was introduced in R2018a.
My guess is that an internal MATLAB function is trying to use the new settings function, but the settings function in the third-party toolbox is conflicting. This means the internal MATLAB function is getting the PSAT version instead, which is generating the error message.
Unfortunately, I think the only solution is to remove the Power System Analysis Toolbox from your MATLAB path until they can update the toolbox to stop overloading the settings method.

Categories

Find more on Matrices and Arrays in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!