Effacer les filtres
Effacer les filtres

Ledalab: File import problem

18 vues (au cours des 30 derniers jours)
Waleed Imtiaz Usman
Waleed Imtiaz Usman le 4 Jan 2022
Commenté : Walter Roberson le 15 Fév 2023
Hey,
I had an excel file (.csv) format to which I converted to (.mat) format for EDA analysis, But now when I try to import the .mat file in the Ledalab, it shows the message "UNABLE TO IMPORT 'file path' filename.mat". Is there any additional configuration we need to do?.... Any suggestions?

Réponses (1)

Walter Roberson
Walter Roberson le 6 Jan 2022
The .mat file must be in a specific format. It must contain a single variable named data that is a struct. The struct must have fields named conductance, time, timeoff, and event . event must be a struct array with fields time, nid, name, userdata . time and nid are numeric; the name fields are character vectors, the userdata fields can be []
  4 commentaires
Hadeel Haj Ali
Hadeel Haj Ali le 15 Fév 2023
Thank you for the clarification.
To indicate a continuous event, I entered a specific number multiple times for a specific event. However, this approach has made it difficult to see the data, as the event markers now appear to span the entire dataset.It sounds like I'm having trouble visualizing the data after importing a text file that includes SCR responses and event markers.
I'm wondering if there is a better way to indicate continuous events. Most events are continuous and last several seconds, and we ultimately want to compare the responses to these events to a baseline.
Walter Roberson
Walter Roberson le 15 Fév 2023
Sorry I have no experience with that program. When the question was asked originally I just looked in the source code. I have never run that kind of program myself

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by