0

I do have a problem: I have a database from R that I converted in .mat and right now it is a 1x1 struct that I don't know how to open. I don't know what fields are in it, what I do know is that it is supposed to be a database with emg signals and some data from the pacients.

It looks like this:

basicDatase =

struct with fields:

x: [1×1 struct]

I used the function fieldnames but it doesn't seem to work. Does anyone has any idea how to open and see what is inside?

Thank you!!!

Andreea
  • 33
  • 4
  • 2
    It looks like the struct `basicDatase` has a single field `x` which in turn is a struct. Try `basicDatase.x` – Luis Mendo Jan 06 '22 at 17:56
  • 2
    The following answer: https://stackoverflow.com/questions/5044452/access-struct-data-matlab may also be of beneficial use for you too. – iembry Jan 06 '22 at 18:02

0 Answers0