Discussion Overview
The discussion revolves around converting 2D plots to 3D plots in MATLAB. Participants are exploring methods to achieve this transformation, focusing on specific equations and the use of MATLAB functions.
Discussion Character
- Technical explanation
- Mathematical reasoning
- Homework-related
Main Points Raised
- One participant seeks guidance on converting a specific 2D plot defined by the equation s=x^2+y^3 into a 3D plot with a z-axis ranging from -1 to 1.
- Another participant suggests using the plot3 function and setting the z component to a desired value.
- A different participant describes their attempt to plot a parabolic equation in 3D using plot3, but encounters an error related to matrix dimensions when trying to define z as a vector.
- The same participant notes that while the suggested method worked for a different example, they still require assistance to achieve a specific graph format as shown in an attachment.
Areas of Agreement / Disagreement
Participants have not reached a consensus on the best approach to convert 2D plots to 3D, and there are multiple competing views and unresolved issues regarding the implementation in MATLAB.
Contextual Notes
Participants express uncertainty regarding the correct dimensions and definitions needed for the z-axis in their plots, indicating potential limitations in their current understanding of MATLAB's plotting functions.