Discussion Overview
The discussion focuses on methods for handling large GPS measurement data sets in MATLAB, specifically how to format and input the data into an array. The scope includes practical application and technical explanation related to MATLAB programming.
Discussion Character
- Technical explanation, Practical application
Main Points Raised
- One participant asks how to input a list of GPS data into an array in MATLAB.
- Another participant suggests checking MATLAB's documentation on creating numeric arrays, but this is met with skepticism regarding its helpfulness.
- A participant mentions trying to use the 'dataset' function but reports it did not work.
- One suggestion includes using a specific example of array formatting, though the source data format is unclear.
- A participant proposes using the MATLAB editor to append ' ...' at the end of each line to continue the statement across multiple lines.
- Another participant recommends using the 'dlmread' function to read data from a file.
Areas of Agreement / Disagreement
Participants do not reach a consensus on the best method to input the data, with multiple approaches suggested and some skepticism about the usefulness of certain resources.
Contextual Notes
There is uncertainty regarding the source data format and the effectiveness of the proposed methods, as well as missing assumptions about the data structure.