how to overcome on the error in following at voltage stability toolbox
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
Tayyaba Khalid
2023 年 6 月 18 日
@himanshu jangid can you please share voltage stability toolbox zip file as i am unable to find it
Walter Roberson
2023 年 6 月 19 日
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)
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Electrical and Computer Engineering についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!