Filter löschen
Filter löschen

Ledalab: File import problem

18 Ansichten (letzte 30 Tage)
Waleed Imtiaz Usman
Waleed Imtiaz Usman am 4 Jan. 2022
Kommentiert: Walter Roberson am 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?

Antworten (1)

Walter Roberson
Walter Roberson am 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 Kommentare
Hadeel Haj Ali
Hadeel Haj Ali am 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 am 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

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by