Borrar filtros
Borrar filtros

Ledalab: File import problem

18 visualizaciones (últimos 30 días)
Waleed Imtiaz Usman
Waleed Imtiaz Usman el 4 de En. de 2022
Comentada: Walter Roberson el 15 de Feb. de 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?

Respuestas (1)

Walter Roberson
Walter Roberson el 6 de En. de 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 comentarios
Hadeel Haj Ali
Hadeel Haj Ali el 15 de Feb. de 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 el 15 de Feb. de 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

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by