This repository contains MATLAB code written by A-Talebifard for reading GPS data from a RINEX file. The code reads in a RINEX file using the uigetfile function, and then extracts GPS data from the file using the GPSfileread function. The extracted data is stored in a table format.
To use this code, follow these steps:
Clone or download this repository to your local machine. Open MATLAB and navigate to the directory where you saved this repository. Run the main.m script. When prompted, select the RINEX file you would like to read. The script will extract the GPS data from the file and store it in a table format.