why do i get 'off', 'Octave:ab​breviated-​property-m​atch' error warning in eeglab?

26 Ansichten (letzte 30 Tage)
reema
reema am 24 Mär. 2024
Bearbeitet: Torsten am 24 Mär. 2024

Antworten (2)

the cyclist
the cyclist am 24 Mär. 2024
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?

Torsten
Torsten am 24 Mär. 2024
Bearbeitet: Torsten am 24 Mär. 2024
Maybe you set
ismatlab = false
somewhere, but started in a MATLAB environment ?

Tags

Produkte


Version

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by