Discussion Overview
The discussion revolves around using Matlab to filter data originally in FITS format, focusing on sorting and filtering variables based on specific criteria, particularly redshift values. Participants share their attempts at coding solutions and the challenges they face with data structures and indexing in Matlab.
Discussion Character
- Homework-related
- Technical explanation
- Debate/contested
Main Points Raised
- One participant describes their goal of filtering data with a redshift less than a specified number using Matlab.
- Another participant notes that the data is in a 1x55 table, which complicates filtering due to matrix dimension errors.
- A participant mentions converting the data into a structure and questions whether the filter command works with structures, reporting a matrix error when attempting to filter.
- One response suggests that the issue may stem from the indexing of the data structure, indicating that mismatched lengths between the filtered data and the original structure can lead to errors.
Areas of Agreement / Disagreement
Participants do not appear to reach a consensus on the best approach to filter the data, as multiple issues and potential solutions are discussed without resolution.
Contextual Notes
Participants express uncertainty regarding the proper handling of data structures and indexing in Matlab, with specific reference to matrix dimension errors and the behavior of the filter command with structures.
Who May Find This Useful
This discussion may be useful for individuals working with Matlab for data analysis, particularly those dealing with FITS format data and encountering similar filtering and indexing challenges.