<p dir="ltr">Hi,</p>
<p dir="ltr">freqz is probably a variable  used in the filtering function but you seem to have a script freqz.m somewhere on your path.</p>
<p dir="ltr">The more general problem is that in matlab, unlike many other programming languages (R, Python, Julia etc.) the indexing operation uses the same type of parentheses as function call. (another problem is no namespaces) Because of this you may sometimes run into errors like the one you are reporting.<br>
To be sure whether it is this kind of error - please paste the whole error information (including the information about the stack of calls).</p>
<div class="gmail_quote">25 lut 2015 23:51 "井澤考史" <<a href="mailto:ko.izawa@gmail.com">ko.izawa@gmail.com</a>> napisał(a):<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Dear EEGLAB team,<br></div><div><br></div><div>Thank you for your providing amazing tool. I am a beginner researcher of EEG.</div><div>I tried to filtering function of EEGLAB, but the following message came up.</div><div><br></div><div>Could you provide your any suggestion, if you have any idea to solve the problem.</div><div><br></div><div>------ message ------</div><div>EEGLAB error in function pop_eegfiltnew() at line 218:</div><div><br></div><div>Attempt to execute SCRIPT freqz as a function:</div><div>/eeglab/freqz.m</div><div>------ message ------</div><div><br></div><div>------ command window ---------</div><div>EDU>> eeglab</div><div>eeglab: options file is ~/eeg_options.m</div><div>EEGLAB: adding "Fileio" to the path; subfolders (if any) might be missing from the path</div><div>EEGLAB: adding "dipfit" v2.3 (see >> help eegplugin_dipfit)</div><div>EEGLAB: adding "firfilt" v1.6.1 (see >> help eegplugin_firfilt)</div><div>You are using the latest version of EEGLAB.</div><div>pop_loadset(): loading file /Users/koji/Documents/MATLAB/eeglab_data.set ...</div><div>Creating a new ALLEEG dataset 1</div><div>Done.</div><div>pop_eegfiltnew() - performing 425 point highpass filtering.</div><div>pop_eegfiltnew() - transition band width: 1 Hz</div><div>pop_eegfiltnew() - passband edge(s): 1 Hz</div><div>pop_eegfiltnew() - cutoff frequency(ies) (-6 dB): 0.5 Hz</div><div>------ command window ---------</div><div><br></div><div><br></div><div>My operation is following only 3 steps.</div><div>1. File -> Load existing dataset</div><div>2. Tools -> Filter the data -> Basic FIR Filter</div><div>3. Enter 1 in the Lower edge box and push OK.</div><div><br></div><div>My environment is below.</div><div>EEGLAB : v13.4.4b with Signal Processing toolbox</div><div>Matlab : Student version R2014a</div><div>EEG data : eeglab_data.set (4MB provided in the EEGLAB site)</div><div><br></div><div>Best Regard</div><div>Koji</div><div><br></div></div>
<br>_______________________________________________<br>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" target="_blank">http://sccn.ucsd.edu/eeglab/eeglabmail.html</a><br>
To unsubscribe, send an empty email to <a href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu">eeglablist-unsubscribe@sccn.ucsd.edu</a><br>
For digest mode, send an email with the subject "set digest mime" to <a href="mailto:eeglablist-request@sccn.ucsd.edu">eeglablist-request@sccn.ucsd.edu</a><br></blockquote></div>