how to overcome on the error in following at voltage stability toolbox
조회 수: 4 (최근 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!