Improved NMEA Line reader

Reads NMEA 0183 Sentences

You are now following this Submission

Reads a NMEA 0183 string into a datastructure. This file is a re-factor/extension of the original parser by Adam Leadbetter. It uses findtext instead of manual array manipulations. It also reads all of the data from the $GPGGA string, including altitude and fix quality.

Cite As

Lex (2026). Improved NMEA Line reader (https://www.mathworks.com/matlabcentral/fileexchange/45616-improved-nmea-line-reader), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired by: NMEA 0183 Sentence Reader

Inspired: Further Improved NMEA Line Read

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.2.0.0

Added XOR checksum. Updated parsing method.

1.1.0.0

changed function name in 1st line of file to match filename.

1.0.0.0