フィルターのクリア

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 Center および File ExchangeInstall Products についてさらに検索

タグ

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by