Azzera filtri
Azzera filtri

Ledalab: File import problem

18 visualizzazioni (ultimi 30 giorni)
Waleed Imtiaz Usman
Waleed Imtiaz Usman il 4 Gen 2022
Commentato: Walter Roberson il 15 Feb 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?

Risposte (1)

Walter Roberson
Walter Roberson il 6 Gen 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 Commenti
Hadeel Haj Ali
Hadeel Haj Ali il 15 Feb 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 il 15 Feb 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

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by