Azzera filtri
Azzera filtri

How to fix fieldtrip error?

11 visualizzazioni (ultimi 30 giorni)
Juselle Aquino
Juselle Aquino il 19 Mar 2022
Risposto: Chetan il 28 Dic 2023
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 Commenti
Voss
Voss il 19 Mar 2022
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/

Accedi per commentare.

Risposte (1)

Chetan
Chetan il 28 Dic 2023
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

Categorie

Scopri di più su Install Products in Help Center e File Exchange

Tag

Prodotti


Release

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by