PSAT does not work
9 ビュー (過去 30 日間)
古いコメントを表示
I have installed PSAT in MATLAB. However, whenever I open the past, and try to Open Data File, I receive the following errors:
{
Error using settings
Too many output arguments.
Error in matlab.ui.internal.dialog.DialogUtils.checkDecaf (line 55)
sett = settings;
Error in matlab.ui.internal.utils.checkJVMError (line 11)
isdecaf = matlab.ui.internal.dialog.DialogUtils.checkDecaf;
Error in warnfiguredialog (line 8)
matlab.ui.internal.utils.checkJVMError;
Error in uiwait (line 40)
warnfiguredialog('uiwait');
Error in fm_set (line 463)
uiwait(Fig.dir);
Error while evaluating UIControl Callback.
}
I appreciate any help!
4 件のコメント
Image Analyst
2021 年 10 月 14 日
Is that a third party toolbox? It doesn't seem to be one of the Mathworks products:
採用された回答
Steven Lord
2021 年 10 月 14 日
I suspect that toolbox has a settings.m file that is in conflict with the settings function included in MATLAB. You can check this using the which function. What does the command below display?
which -all settings
If my suspicion is correct you should ask the authors of that toolbox to rename that function.
3 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!