Discussion Overview
The discussion revolves around plotting multiple graphs in MATLAB, specifically how to display curves for different constant values on a single graph. Participants are exploring techniques for achieving this, including the use of commands and plotting strategies.
Discussion Character
- Technical explanation
- Homework-related
Main Points Raised
- One participant expresses difficulty in plotting multiple curves for varying values of a variable in MATLAB, providing a specific example involving constants.
- Another participant suggests using the "hold on;" command along with multiple plot statements to achieve the desired outcome.
- A further participant seeks clarification on the implementation, asking if they need to repeat the entire program for each variable change and requests a small example for better understanding.
- A participant provides a small example of plotting two curves, demonstrating the use of "hold on" to overlay plots on the same axis.
Areas of Agreement / Disagreement
Participants appear to agree on the use of the "hold on;" command for plotting multiple graphs, but there is no consensus on the best approach to modify the program for different constant values, as some seek further clarification and examples.
Contextual Notes
There are limitations in the clarity of the initial example provided by the first participant, particularly regarding the definitions and values used in the equations. The discussion does not resolve how to efficiently manage multiple variable changes in the plotting process.
Who May Find This Useful
This discussion may be useful for MATLAB users looking to plot multiple functions or curves on a single graph, particularly those who are new to the software or seeking to understand plotting commands better.