Error using "systemIdentification" when an app created by App Designer is open
2 次查看(过去 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!