Error while evaluating UIControl Callback

My code is running on Matlab 7.10.0(R2010a),if I want to run the code on Matlab 2016a giving error:
Error in seasonal_trend/construct_GUI/select_file (line 892)
set_busy();
Error while evaluating UIControl Callback
I attached my code, excel file and screen video how to run the code. I would be very greatful, if someone can help me to solvethe issue.

댓글 수: 4

Jan
Jan 2017년 6월 8일
It would be very useful, if you post the complete error message.
oh, I forgot upper part of the error, here it is
Error using matlab.ui.control.WebComponent/get
There is no enable property on the ButtonGroup class.
Error in earthquake_time_series_analysis/set_busy (line 1021)
previous_control_states = get(controls, 'enable');
Error in earthquake_time_series_analysis/construct_GUI/select_file (line 892)
set_busy();
Error while evaluating UIControl Callback
Adam
Adam 2017년 6월 8일
편집: Adam 2017년 6월 8일
"There is no enable property on the ButtonGroup class."
Are you attempting to set the enable property of a ButtonGroup class? If so then that is the problem! At a guess R2010 supported this, but it was discontinued at some point since then.
Okay thanks Adam, I will change enable property on the ButtonGroup class. Hope I will figure it out soon :)

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

질문:

2017년 6월 8일

댓글:

2017년 6월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by