Discussion Overview
The discussion revolves around plotting multiple curves in a 2D graph using MATLAB, where the curves represent the relationship between two variables as a function of a third variable. Participants explore methods to visualize data with multiple readings across different conditions, specifically focusing on how to represent these relationships without resorting to 3D plots or complex curve fitting.
Discussion Character
- Technical explanation
- Mathematical reasoning
- Homework-related
Main Points Raised
- Prasad M. Rao seeks guidance on plotting multiple curves in MATLAB, specifically wanting to visualize data for different days of the week without creating a 3D graph.
- Some participants suggest using MATLAB's 3D plotting features, while others clarify the need for a 2D representation with multiple curves.
- One participant proposes a method to plot multiple curves using arrays for different days, indicating how to structure the data for plotting.
- Prasad expresses difficulty in applying suggested mathematical relationships to raw data, emphasizing the need for practical coding assistance.
- Another participant suggests storing the independent variable as a column vector and the dependent variables in a two-dimensional array to facilitate plotting without curve fitting.
- Prasad describes a more complex scenario involving three variables and requests help with plotting X vs. Y at discrete points of Z, indicating the need for loops and specific MATLAB commands.
Areas of Agreement / Disagreement
Participants generally agree on the need to plot multiple curves in a 2D graph but present different methods and approaches to achieve this. There is no consensus on the best approach, as participants have varying levels of familiarity with MATLAB and different interpretations of how to handle the data.
Contextual Notes
Participants discuss the challenges of working with large datasets and the limitations of curve fitting in their specific contexts. There are unresolved questions regarding the best methods to manipulate and visualize the data effectively.
Who May Find This Useful
This discussion may be useful for individuals looking to plot multiple datasets in MATLAB, particularly those dealing with time series data or multiple conditions in experimental settings.