Functions in Matlab 2020b

조회 수: 1 (최근 30일)
DH
DH 2021년 4월 29일
댓글: DH 2021년 5월 3일
I have many scripts that I wrote in Matlab 2018b. I just upgraded to Matlab 2020b, and when I try to run one of my scripts, I got the message:
"Attempt to exe3cute SCRIPT filter3pole as a function
Error in PLotData (line 10)
fltRtX = filter3pole(data.RS_Outputs_AC_Body_Rates_X, k, true);"
I have defined filter3pole as a function, in its own file, and that file is in the path. It worked in Matlab 2018, but not in Matlab 2020. What is the problem?
  댓글 수: 2
Walter Roberson
Walter Roberson 2021년 4월 29일
If you dbstop at the line with the error then what shows up for
which -all filter3pole
and what are the first few lines of filter3pole.m ?
DH
DH 2021년 5월 3일
I don't know why, but now it is working as expected. In addition to upgrading to Matlab 2020b, I am also working on a new laptop. Maybe some of the laptop settings were not right. Anyway, it's working now. Thanks for your help.
David

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by