Error using "systemIdentification" when an app created by App Designer is open
1 回表示 (過去 30 日間)
古いコメントを表示
When an app that has been created in App Designer is open, an error occurs when trying to import data in the System Identification UI.
The error I get is:
Error using matlab.ui.Figure/set
Functionality not supported with figures created with the uifigure function. For more information, see Graphics Support in App
Designer.
Error in iduipoin (line 17)
set(win_point,'pointer',point)
Error in sumboard>localDataImportCallback (line 695)
iduipoin(1);
Error while evaluating UIControl Callback.
>>
Is there a work around for this? The GUI that is created with app designer is to make signals for use with the systemIdentification toolbox and it is very inconvenient to have to close it and reopen it every time I create new signals.
Thanks
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!