Error while installing Matpower
17 ビュー (過去 30 日間)
古いコメントを表示
I'm trying to install Matpower, on installation Options y answered number 3 " 3. DO modify the MATLAB path, and SAVE the updated path (so you will not have to do it again next time you run MATLAB)", then I run the Matpower tests and I always get the same error:
t_psse....................Error using cellfun
Non-scalar in Uniform output, at index 2, output 1.
Set 'UniformOutput' to false.
Error in t_run_tests (line 61)
feval( test_names{k}, ~verbose );
Error in test_matpower (line 194)
all_ok = t_run_tests( tests, verbose );
Error in install_matpower (line 394)
test_matpower;
I´m aiming to convert a PSSE .raw file to Matpower
What should I do? Thank you.
0 件のコメント
回答 (1 件)
Suman
2023 年 3 月 15 日
Hi Diego,
You may refer to the following MATLAB answer for a possible workaround: This is what is appearing on my screen. How can this be solved - MATLAB Answers - MATLAB Central (mathworks.com)
Thanks,
Suman
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!