Data storage using structures/cells

Good evening,
My assignment is to read and arrange data from a RINEX observation file , for every observed satellite. I was told that I have to use structures/cells in order to store the data properly. I have made a function that reads 1 block of data, but my function needs to read all of them (200+ blocks) and store them as structures or cells.
I have attached both, the function and the file. If someone can take a small look and advise me how to begin I would appreciate enormously.

2 Comments

I don't think you attached the files.
Done, my mistake

Sign in to comment.

 Accepted Answer

I might look into how they did it here:
But yes, it looks like at some point you will need cells/tables/structs to store the data in MATLAB.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!