System Identification toolbox error

3 次查看(过去 30 天)
Hi there,
I am a beginner to MATLAB System Identification toolbox. I started with MATLAB example "Identify Linear Models Using System Identification App"which is
%*** MATLAB code***
load dryer2
systemIdentification
%*** ***
I am getting the following error:
Warning: The EraseMode property is no longer supported and will error in a future release.
> In waitbar (line 269)
In ident (line 55)
In systemIdentification (line 36)
In main_example1 (line 10)
Warning: The EraseMode property is no longer supported and will error in a future release.
> In waitbar (line 272)
In ident (line 55)
In systemIdentification (line 36)
In main_example1 (line 10)
Error using systemIdentification (line 38)
Input arguments of type matlab.ui.Figure not valid.
  6 个评论
Walter Roberson
Walter Roberson 2018-9-20
Try
restoredefaultpath
and then running. Perhaps you have an add-on or third-party toolbox that has a routine that is conflicting with a MATLAB routine of the same name.
turki haj mohamad
turki haj mohamad 2018-9-20
Bingo! it worked. Thank you very much.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Preparation Basics 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by