Discussion Overview
The discussion revolves around the use of MATLAB functions to visualize a 2-D matrix as a surface and the possibility of making planar cuts through this surface to observe contours. The scope includes technical explanations and proposed methods for achieving specific visualizations in MATLAB.
Discussion Character
- Technical explanation
- Debate/contested
Main Points Raised
- One participant notes that MATLAB has functions to plot a 2-D matrix as a surface but seeks a method to cut the surface at a specific plane to observe contours.
- Another participant suggests that plotting specific rows in 3-D can represent a planar cut, implying a straightforward approach.
- A different participant challenges this by stating that not all points on a planar cut belong to the same row of the matrix, indicating a more complex structure and questioning the simplicity of the proposed planar cut.
- One participant proposes using 2-D interpolation to achieve the desired cut, suggesting that it could allow for plotting points based on a function of x and y.
- A follow-up question asks for clarification on how to perform 2-D interpolation, emphasizing the need for a 2-D projection of the 3-D surface with contours corresponding to the same height.
Areas of Agreement / Disagreement
Participants express differing views on the feasibility and method of making planar cuts through the surface, indicating that the discussion remains unresolved with multiple competing approaches proposed.
Contextual Notes
The discussion highlights potential limitations in understanding how to effectively represent complex surfaces and the assumptions involved in planar cuts and interpolation methods.