Closed downbydawn closed 4 years ago
It seems like there is an issue with your MATLAB installation, specifically with the Optimization Toolbox. It can't find the getIpOptions function, which is a part of the Optimization Toolbox. On my machine, which getIpOptions
returns the following ...
>> which getIpOptions
/Applications/-math/MATLAB_R2019b.app/toolbox/optim/optim/getIpOptions.m
Based on the error message, I'm guessing on your machine it'll simply say ...
>> which getIpOptions
'getIpOptions' not found.
If so, I'd suggest attempting to re-install MATLAB.
installing the optimization toolbox worked, thank you :)
Hi, I had encountered the same error but got it resolved after I installed the toolbox, thank you very much.
I have installed matpower 7.0 in Matlab 2019b, when I run test_matpower I get:
which causes:
How can I solve this?