why do i get 'off', 'Octave:abbreviated-property-match' error warning in eeglab?
이전 댓글 표시
답변 (2개)
the cyclist
2024년 3월 24일
0 개 추천
The fact that you reached line 202 presumably means you are in an Octave environment, not a MATLAB environment. (I'm guessing that that code is using this ismatlab function.)
That's not a MATLAB error, and is presumably an Octave error. The error message you are getting suggests that there is no longer an Octave warning labeled "Octave:abbreviated-property-match".
Perhaps do an internet search on that string?
Maybe you set
ismatlab = false
somewhere, but started in a MATLAB environment ?
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
