System Identification toolbox error

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월 19일
Did you happen to try to run the code after having worked with App Designer ?
turki haj mohamad
turki haj mohamad 2018년 9월 19일
I don't quite understand what you mean but I tried System Identification App but I am also getting the same error. Thanks for your help!
Do not worry ab out the warnings about EraseMode .
Please give the command
delete('all')
to close all figures, and then try again.
Which MATLAB release are you using?
turki haj mohamad
turki haj mohamad 2018년 9월 19일
I tried that and I am still getting the same error.
I had 2018a and it gave the same error and I downloaded 2018b last night and I'm getting the same error.
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개)

카테고리

제품

질문:

2018년 9월 19일

댓글:

2018년 9월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by