Further Improved NMEA Line Read

Reads a NMEA 0183 string into a data structure. This file is an extension of the work by Lex Lambardi and Adam Leadbetter.
777 Downloads
Updated 22 Aug 2018

View License

Function reads a NMEA 0183 string into a data structure using textscan and switch to read a range of NMEA options including:
'$GPGGA'
'$GPGLL'
'$GPGSA'
'$GPGSV'
'$GPRMC'
'$GPVTG'
'$GPZDA'
'$SDDBS'
'$PSAT'

Cite As

Carwyn Frost (2026). Further Improved NMEA Line Read (https://uk.mathworks.com/matlabcentral/fileexchange/68596-further-improved-nmea-line-read), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2018a
Compatible with R2014a to R2018a
Platform Compatibility
Windows macOS Linux
Tags Add Tags
Acknowledgements

Inspired by: NMEA 0183 Sentence Reader, Improved NMEA Line reader

Version Published Release Notes
1.1.0

Function call name change

1.0.0