필터 지우기
필터 지우기

How to fix fieldtrip error?

조회 수: 11 (최근 30일)
Juselle Aquino
Juselle Aquino 2022년 3월 19일
답변: Chetan 2023년 12월 28일
I keep getting this error even though i already downloaded the latest version of Fieldtrip. I am also using the latest version of matlab
  댓글 수: 3
Juselle Aquino
Juselle Aquino 2022년 3월 19일
Voss
Voss 2022년 3월 19일
They say to try an earlier version of Fieldtrip, so maybe try that.
And/or email the developers, maybe here: https://www.fieldtriptoolbox.org/discussion_list/

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

답변 (1개)

Chetan
Chetan 2023년 12월 28일
I understand that you're encountering an issue with the integration of EEGLAB and Fieldtrip, where the `ft_notification()` function is not recognizing the `ft_version` variable. This problem is likely related to the configuration of the Fieldtrip toolbox within EEGLAB rather than the file path lengths. To address this, you can follow these steps:
1. Verify Fieldtrip Installation:
  • Check that Fieldtrip is properly installed and added to the MATLAB path. Use the `addpath` function to include the Fieldtrip directory if necessary.
2. Clean Installation:
  • If you've recently updated Fieldtrip or EEGLAB, make sure there are no conflicting versions or remnants from previous installations. It might be helpful to remove all associated paths and then re-add the latest version.
3. Check File Paths:
  • Although the current issue isn't directly related to file path lengths, it's always a good practice to ensure that output file paths are within the character limits set by your operating system and MATLAB.
  • Use concise folder and file names to avoid reaching these limits.
  • Avoid deeply nested directories that can lead to excessively long file paths.
4. Windows Path Length Limitation:
  • If you're on a Windows platform, the default maximum path length is 260 characters. However, newer versions of Windows 10 allow you to bypass this limit. You can enable this feature through the Group Policy Editor by setting the "Enable Win32 long paths" policy to "Enabled."
Hope it helps

카테고리

Help CenterFile Exchange에서 Install Products에 대해 자세히 알아보기

태그

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by