Error while trying to use readlocs() function in EEGLAB and MATLAB

40 ビュー (過去 30 日間)
Baris Akin
Baris Akin 2020 年 1 月 3 日
コメント済み: Baris Akin 2020 年 1 月 3 日
Hi,
In my project, ı am working with .loc files. While I am trying to read a loc file with readlocs() function ıt s throwing that error:
>>eloc=readlocs("eeg59.loc")
readlocs(): input variable must be a string or a structure
Unrecognized function or variable 'eloc'.
Error in readlocs (line 645)
for index = 1:length(eloc)
I also tried command such as readlocs("eeg59") and readlocs("eeg59","loc") but I took same errors, too. I looked for related issues in web but I cant find any related solution for this problem. ıf you can help me, I ll be very appreciate.
  4 件のコメント
Walter Roberson
Walter Roberson 2020 年 1 月 3 日
eloc=readlocs('eeg59.loc');
Notice I changed your "eeg59.loc" to 'eeg59.loc' -- the kind of quotation marks is important.
Baris Akin
Baris Akin 2020 年 1 月 3 日
WOW! this was excellent. Thanks for your help, ıt has worked :) Python habits cause a night for me :) I am greatly thanks for this help!

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeCOM Component Integration についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by