How to open a bdf file and read and see what's inside it?

Hello!
I want to open bdf file called mount_z.bdf, I dont know all the data inside it so I want to be able to open it, read it choose which set of data I want and be able extract data from it to use it later for plotting.
How can I code it?
I tried with fopen but it didn't lead me anywhere.

 Réponse acceptée

I think this would work for you
[file,path] = uigetfile('.bdf');
cd(path)
fileData = readcell(file);

4 commentaires

Hi, thank you for the tip. It was able to locate the path of the file but couldn't open it and was giving en error message on the readcell function
Are you able to share the file? If not, can you modify the file so that it doesn't contain any sensitive information and then share it?
I have attached the file
Hello!
I want to open bdf file.
I also had a problem opening the BDF file.
I couldn't open it and I had an error message on the readcell function.

Connectez-vous pour commenter.

Plus de réponses (0)

Produits

Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by