Filter löschen
Filter löschen

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

2 Ansichten (letzte 30 Tage)
Rashed HD
Rashed HD am 8 Okt. 2020
Kommentiert: Walter Roberson am 19 Jun. 2023
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 Kommentare
Tayyaba Khalid
Tayyaba Khalid am 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 am 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)

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Electrical and Computer Engineering finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by