how to overcome on the error in following at voltage stability toolbox

3 views (last 30 days)
I installed voltage stability toolbox successfully in my MATLAB version 2019 to use it in plotting the PV and PQ (nose)curve from this website { http://www.pages.drexel.edu/~hgk22/software/VST/vst.html }
But I faced the same error mentioned below in each try to use the toolbox for load flow, Static bifurcation analysis and Dynamic bifurcation analysis
Undefined function or variable 'mexwild'.
Error in statbif (line 22)
[LFfilename,LFpathname]=uigetfile(mexwild,'Choose system for analysis');
Undefined function or variable 'mexwild'.
Please could you help me to overcome on this issue that will be highly appreciated
Thanks in advanced
  3 Comments
Tayyaba Khalid
Tayyaba Khalid on 18 Jun 2023
@himanshu jangid can you please share voltage stability toolbox zip file as i am unable to find it
Walter Roberson
Walter Roberson on 19 Jun 2023
A utility function named mexwild has not been compiled for your operating system.
This situation can happen:
  • if the authoris did not provided compiled versions for your operating system, such as if they provided Windows versions but you are running MacOS or Linux
  • if the authors provided compiled versions for your operating system, but the compiled versions are old enough relative to your MATLAB version that MATLAB has decided they are incompatible
  • if you are running the MacOS M1 native "beta" version, but the authors provided the MacOS intel version (same operating system but different architecture)

Sign in to comment.

Answers (0)

Categories

Find more on Electrical and Computer Engineering in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!