Data storage using structures/cells

1 view (last 30 days)
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.

Accepted Answer

Sean de Wolski
Sean de Wolski on 2 Jun 2014
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!