How to fix fieldtrip error?

17 visualizaciones (últimos 30 días)
Juselle Aquino
Juselle Aquino el 19 de Mzo. de 2022
Respondida: Chetan el 28 de Dic. de 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 comentarios
Juselle Aquino
Juselle Aquino el 19 de Mzo. de 2022
Voss
Voss el 19 de Mzo. de 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/

Iniciar sesión para comentar.

Respuestas (1)

Chetan
Chetan el 28 de Dic. de 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

Categorías

Más información sobre Search Path en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by