Discussion Overview
The discussion revolves around creating custom graphs in Matlab, specifically focusing on adding peaks to a quadratic curve. Participants explore methods for combining different functions to achieve the desired graphical representation.
Discussion Character
- Exploratory, Technical explanation, Homework-related
Main Points Raised
- One participant inquires about the possibility of adding custom peaks to a quadratic curve in Matlab and requests guidance on the necessary code.
- Another participant suggests writing a Gaussian function and combining it with the quadratic function before plotting.
- A third participant shares their existing code for plotting a quadratic curve and expresses confusion about how to incorporate peaks into it.
- A participant questions the meaning of "adding peaks to a quadratic," indicating a lack of familiarity with the terminology used by the original poster.
- A later reply provides a code example that combines a Gaussian function with the quadratic curve, suggesting the addition of more layers of Gaussian functions for further customization.
Areas of Agreement / Disagreement
The discussion does not reach a consensus, as participants express varying levels of understanding and propose different approaches to the problem.
Contextual Notes
Participants have not clarified the specific characteristics of the "peaks" they wish to add, leading to ambiguity in the discussion. There is also a lack of detail regarding the desired appearance or mathematical properties of the custom graph.
Who May Find This Useful
This discussion may be useful for individuals interested in Matlab programming, particularly those looking to enhance their graphing capabilities with custom functions and overlays.